diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:01:44 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:01:44 -0500 |
| commit | b0abfb1c076baced9bf182a357dd47e9482bf065 (patch) | |
| tree | 55a30c8bdd916583a818895c0b660f73815202d0 /setuptools.egg-info/requires.txt | |
| parent | c04abca662dcbffd00d928e06fbf32b9f49f8e57 (diff) | |
| parent | 3c86c861ab9665df0e502f250a7471d09240e413 (diff) | |
| download | python-setuptools-git-b0abfb1c076baced9bf182a357dd47e9482bf065.tar.gz | |
Merge Python 3 native support from distribute
--HG--
rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
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 91d84d9c..e4fb4954 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,11 +1,11 @@ -[ssl:sys_platform=='win32'] -wincertstore==0.1 - [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 |
