[Python-modules-commits] [sphinx] 03/13: disable use of distribute_setup, which bootstraps distribute installation
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 3 15:36:07 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 9336ac3e36d1b2ed061cecf7bf03812108c38640
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