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

Josué Ortega noahfx-guest at moszumanska.debian.org
Wed Feb 10 14:40:20 UTC 2016


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

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

commit 9b32a0be077d5295a42fec7cb17810fa3e8aca45
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 1ee6dcf..dd90af5 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