[Python-modules-commits] [ipywidgets] 04/09: Unconditionally import setuptools to pick up dependencies
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Nov 6 13:17:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipywidgets.
commit 4deef8b19390e93354152dc550fc3134d4525a26
Author: Gordon Ball <gordon at chronitis.net>
Date: Sun Nov 6 12:53:39 2016 +0100
Unconditionally import setuptools to pick up dependencies
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 9379b90..a1036f4 100644
--- a/setup.py
+++ b/setup.py
@@ -98,8 +98,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/ipywidgets.git
More information about the Python-modules-commits
mailing list