[Python-modules-commits] [jupyter-client] 03/09: use setuptools for everything so the python*:Depends substitution work
Julien Cristau
jcristau at moszumanska.debian.org
Fri Apr 8 10:37:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
jcristau pushed a commit to branch master
in repository jupyter-client.
commit 6a6aa83af07dfab50af2086b2a537eb7b85dd7a5
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Tue Oct 6 07:54:22 2015 +0200
use setuptools for everything so the python*:Depends substitution work
Forwarded: no
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 3532421..da60603 100644
--- a/setup.py
+++ b/setup.py
@@ -70,8 +70,7 @@ setup_args = dict(
],
)
-if 'develop' in sys.argv or any(a.startswith('bdist') for a in sys.argv):
- import setuptools
+import setuptools
setuptools_args = {}
install_requires = setuptools_args['install_requires'] = [
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-client.git
More information about the Python-modules-commits
mailing list