[Python-modules-commits] [sphinx] 03/13: disable use of distribute_setup, which bootstraps distribute installation

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Nov 30 15:35:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit 4da2ea430f6b1804bc7884be834e4638e30b02a7
Author: Jakub Wilk <jwilk at debian.org>
Date:   Thu Oct 8 13:58:02 2015 -0700

    disable use of distribute_setup, which bootstraps distribute installation
    
    Forwarded: not-needed
    Last-Update: 2013-10-05
    
    Patch-Name: disable_distribute_setup.diff
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 6bc2887..d44e8a9 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@
 try:
     from setuptools import setup, find_packages
 except ImportError:
+    raise
     import ez_setup
     ez_setup.use_setuptools()
     from setuptools import setup, find_packages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list