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

Gordon Ball chronitis-guest at moszumanska.debian.org
Sun Dec 4 12:29:46 UTC 2016


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 f7854e09ef5ec44531d19d374e139cc57086ad5f
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