-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Description
Setup (and pypi metadata) insists that certifi package supports python 2.5:
Line 45 in 3850279
'Programming Language :: Python :: 2.5', |
But in same file it uses construction that is incompatible:
Line 10 in 3850279
with open('certifi/__init__.py', 'r') as f: |
Result is:
C:\>py -2.5 -m pip install --insecure requests==0.10.0
Downloading/unpacking requests==0.10.0
Downloading requests-0.10.0.tar.gz (62kB): 62kB downloaded
Running setup.py egg_info for package requests
Downloading/unpacking certifi>=0.0.4 (from requests==0.10.0)
Downloading certifi-2016.2.28.tar.gz (364kB): 364kB downloaded
Running setup.py egg_info for package certifi
c:\users\XXXX\appdata\local\temp\pip-build-XXXX\certifi\setup.py:10: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "c:\users\XXXX\appdata\local\temp\pip-build-XXXX\certifi\setup.py", line 10
with open('certifi/__init__.py', 'r') as f:
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
c:\users\XXXX\appdata\local\temp\pip-build-XXXX\certifi\setup.py:10: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "c:\users\XXXX\appdata\local\temp\pip-build-XXXX\certifi\setup.py", line 10
with open('certifi/__init__.py', 'r') as f:
^
SyntaxError: invalid syntax
----------------------------------------
Command python setup.py egg_info failed with error code 1 in c:\users\XXXX\appdata\local\temp\pip-build-XXXX\certifi
Storing complete log in c:\users\XXXX\appdata\local\temp\tmpdt40ir
Metadata
Metadata
Assignees
Labels
No labels