[Python-modules-commits] [dill] 03/10: Removes install_requires in order to avoid automatic package
Josué Ortega
josue at moszumanska.debian.org
Sun Jul 16 19:38:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
josue pushed a commit to branch master
in repository dill.
commit c20e30aed981f371730b6e4695fb3a3cfae9731b
Author: Josue Ortega <josueortega at debian.org.gt>
Date: Sun Nov 1 13:11:04 2015 -0600
Removes install_requires in order to avoid automatic package
---
setup.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index 85a802d..eca7e92 100644
--- a/setup.py
+++ b/setup.py
@@ -282,10 +282,10 @@ if has_setuptools:
install_requires = ['pyreadline%s'],
""" % (pyreadline_version)
# verrrry unlikely that this is still relevant
- elif hex(sys.hexversion) < '0x20500f0':
- setup_code += """
- install_requires = ['ctypes%s'],
-""" % (ctypes_version)
+# elif hex(sys.hexversion) < '0x20500f0':
+# setup_code += """
+# install_requires = ['ctypes%s'],
+#""" % (ctypes_version)
# add the scripts, and close 'setup' call
setup_code += """
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dill.git
More information about the Python-modules-commits
mailing list