[Python-modules-commits] [sphinx] 03/12: disable use of distribute_setup, which bootstraps distribute installation
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Jan 25 12:45:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit b54d76860843845f1c0ecbdfa951e748351e7dfa
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 4ff6315..b556549 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