Opened 10 years ago
Closed 10 years ago
#5011 closed defect (fixed)
Remove six==1.5.2 requirement
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | infrastructure | Keywords: | six, pyrax |
Cc: | Parent Tickets: |
Description
setup.py requires six==1.5.2
, citing build problems with newer versions. Pyrax, which is being considered to replace the deprecated py2-only Cloudfiles storage backend, has a dependency which requires a more recent version of six
(see #715).
In my test environment, removing the constraint and installing a more recent versions of six
appears to work fine. Can we remove the six=1.5.2
requirement?
Change History (1)
comment:1 by , 10 years ago
Milestone: | → 0.8.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I just removed the requirement. Thanks!