Remove extras and enum34
Trove does not use extras and it was removed from the top-level
requirements by 2cc36175c8
.
Also enum34 is no longer required because now the minimum supported
python version is 3.8 .
Change-Id: I62c04ccc3c8157a86fa8b5a307983ba0796111b0
This commit is contained in:
parent
78088c5717
commit
3a69bd353b
@ -1,9 +1,5 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
unittest2
|
||||
testtools
|
||||
extras
|
||||
python-novaclient>=2.22.0
|
||||
python-swiftclient>=2.2.0
|
||||
python-cinderclient>=1.1.0
|
||||
@ -25,6 +21,5 @@ oslo.log>=1.8.0 # Apache-2.0
|
||||
osprofiler>=0.3.0
|
||||
oslo.concurrency>=1.8.0 # Apache-2.0
|
||||
pexpect>=3.1,!=3.3
|
||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||
cryptography>=2.1.4 # BSD/Apache-2.0
|
||||
xmltodict>=0.10.1 # MIT
|
||||
|
@ -1,9 +1,5 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
unittest2
|
||||
testtools
|
||||
extras
|
||||
python-novaclient>=2.18.0
|
||||
python-swiftclient>=2.2.0
|
||||
python-cinderclient>=1.1.0
|
||||
@ -23,6 +19,5 @@ oslo.service>=0.1.0 # Apache-2.0
|
||||
oslo.utils>=1.1.0
|
||||
osprofiler>=0.3.0
|
||||
oslo.concurrency>=0.3.0
|
||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||
cryptography>=2.1.4 # BSD/Apache-2.0
|
||||
xmltodict>=0.10.1 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user