summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/requires.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-13 08:13:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-13 08:13:26 -0400
commit40da992b5e706a5bb5ac438256633828c2640f53 (patch)
tree176e5af0017a56fde5d61126e813672edaab1d49 /setuptools.egg-info/requires.txt
parent94e2f8b4674735b16f02651a9fac29a7d5f75835 (diff)
downloadpython-setuptools-git-40da992b5e706a5bb5ac438256633828c2640f53.tar.gz
Setuptools 0.7 only supports Python 2.4+.
Moved external references for ctypes and Windows SSL builds to an authoritative location (with the project on bitbucket).
Diffstat (limited to 'setuptools.egg-info/requires.txt')
-rw-r--r--setuptools.egg-info/requires.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt
index 9ddbc5ac..91d84d9c 100644
--- a/setuptools.egg-info/requires.txt
+++ b/setuptools.egg-info/requires.txt
@@ -3,11 +3,11 @@
[ssl:sys_platform=='win32']
wincertstore==0.1
+[ssl:sys_platform=='win32' and python_version=='2.4']
+ctypes==1.0.2
+
[certs]
certifi==0.0.8
-[ssl:sys_platform=='win32' and python_version in '2.3, 2.4']
-ctypes==1.0.2
-
-[ssl:python_version in '2.3, 2.4, 2.5']
+[ssl:python_version in '2.4, 2.5']
ssl==1.16 \ No newline at end of file