diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-03 14:21:23 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-03 14:21:23 -0400 |
| commit | 1cd926faeaf2c6206200317f328f16f9503879a3 (patch) | |
| tree | 57c86b85e83d1ea13542c67a2c8dec8186842654 /setuptools.egg-info/requires.txt | |
| parent | ed30b72b2d7a36ca72cf5aedf84d771bbfbeef81 (diff) | |
| download | external_python_setuptools-0.8b6.tar.gz external_python_setuptools-0.8b6.tar.bz2 external_python_setuptools-0.8b6.zip | |
Issue #32: Fixed TypeError in get_resource_stream on zipped eggs0.8b6
Diffstat (limited to 'setuptools.egg-info/requires.txt')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index 0b577c97..2f2a364f 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:python_version in '2.4, 2.5'] -ssl==1.16 - [certs] certifi==0.0.8 [ssl:sys_platform=='win32'] -wincertstore==0.1
\ No newline at end of file +wincertstore==0.1 + +[ssl:python_version in '2.4, 2.5'] +ssl==1.16 + +[ssl:sys_platform=='win32' and python_version=='2.4'] +ctypes==1.0.2
\ No newline at end of file |
