[Python-modules-commits] [jupyter-core] 05/12: Use setuptools for everything (so the python*:Depends substitutions work)
Julien Cristau
jcristau at moszumanska.debian.org
Fri Apr 8 09:39:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcristau pushed a commit to branch master
in repository jupyter-core.
commit 002e8e775639e872fab6ef3ea3f28b49c2f9b6f6
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Oct 6 07:21:43 2015 +0200
Use setuptools for everything (so the python*:Depends substitutions work)
Forwarded: no
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index f041234..a0c89f3 100644
--- a/setup.py
+++ b/setup.py
@@ -74,8 +74,7 @@ setup_args = dict(
],
)
-if any(arg.startswith('bdist') for arg in sys.argv):
- import setuptools
+import setuptools
setuptools_args = {}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git
More information about the Python-modules-commits
mailing list