[Python-modules-commits] [dill] 06/07: Removes install_requires in order to avoid automatic package

Josué Ortega noahfx-guest at moszumanska.debian.org
Sun Nov 1 19:43:26 UTC 2015


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

noahfx-guest pushed a commit to branch master
in repository dill.

commit c1f93cfe6b3d5910385761b4c74007fc74f6ba47
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 bdeea24..5dad017 100644
--- a/setup.py
+++ b/setup.py
@@ -277,10 +277,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