Bring back futures for py27 (again)

It's the one py2-specific dependency that python-swiftclient needs; keep
it around so the Swift team can still modify their requirements files.

Change-Id: Icb055e7a9d48e1e48126ef2692f796c4dc11f8b1
Needed-By: https://review.opendev.org/#/c/776998
Related-Change: I1bc1fe988e3cfd4824dd7b4a9327a67db46c1533
Related-Change: I704979556369dc244da51608a13abc5a06a29912
This commit is contained in:
Tim Burke 2020-09-18 10:51:50 -07:00
parent 7727fdc80b
commit c7a052e8b9
2 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,9 @@ extras # MIT
falcon # Apache-2.0
Flask!=0.11 # BSD
Flask-RESTful # BSD
# NOTE: futures is the one py2-specific dependency that python-swiftclient requires;
# keep it around so the Swift team can still modify their requirements files.
futures!=0.17.0;python_version=='2.7' # PSF
futurist # Apache-2.0
glance-store!=0.29.0 # Apache-2.0
google-api-python-client # Apache-2.0

View File

@ -550,6 +550,7 @@ XStatic-Angular-Vis===4.16.0.0
iniconfig===1.1.1
confluent-kafka===1.6.0
xvfbwrapper===0.2.9
futures===3.3.0;python_version=='2.7'
tosca-parser===2.2.0
Flask===1.1.2
httpx===0.16.1