[Python-modules-commits] [jupyter-core] 03/10: Use setuptools for everything (so the python*:Depends substitutions work)

Gordon Ball chronitis-guest at moszumanska.debian.org
Thu Nov 2 11:08:25 UTC 2017


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

chronitis-guest pushed a commit to branch master
in repository jupyter-core.

commit bdf22735c996d951a0a0b24c0fe9fff4dca8e01c
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 5015fe2..8df5ffa 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