diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-17 11:28:44 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-17 11:28:44 -0400 |
| commit | 3e72e7f7eacca7db638f7230f93cf696d49c77bf (patch) | |
| tree | 5e696d38763d9ec86ec7ec583ee974ea886029e1 /setuptools.egg-info/requires.txt | |
| parent | d00b66d5f530da930fdd89cdfdf0ff954f88a141 (diff) | |
| download | python-setuptools-git-3e72e7f7eacca7db638f7230f93cf696d49c77bf.tar.gz | |
Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 256342f0..e4fb4954 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,13 +1,13 @@ +[ssl:sys_platform=='win32' and python_version=='2.4'] +ctypes==1.0.2 + [ssl:sys_platform=='win32'] wincertstore==0.1 [certs] certifi==0.0.8 -[ssl:sys_platform=='win32' and python_version=='2.4'] -ctypes==1.0.2 - [ssl:python_version in '2.4, 2.5'] ssl==1.16
\ No newline at end of file |
