Move futures to requirements
Wow. We had futures in our test-requirements so we never noticed it wasn't in our regular requirements. Change-Id: I6ae3434effc778524908d009627e9c0da6258f7c
This commit is contained in:
parent
55dd62f51f
commit
8aa8688ba8
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Added missing dependency on futures library for python 2.
|
||||||
|
The depend was missed in testing due to it having been listed
|
||||||
|
in test-requirements already.
|
@ -8,6 +8,7 @@ ipaddress
|
|||||||
os-client-config>=1.25.0
|
os-client-config>=1.25.0
|
||||||
requestsexceptions>=1.1.1
|
requestsexceptions>=1.1.1
|
||||||
six
|
six
|
||||||
|
futures;python_version<'3.2'
|
||||||
|
|
||||||
keystoneauth1>=2.11.0
|
keystoneauth1>=2.11.0
|
||||||
netifaces>=0.10.4
|
netifaces>=0.10.4
|
||||||
|
@ -11,4 +11,3 @@ testrepository>=0.0.17
|
|||||||
testscenarios>=0.4,<0.5
|
testscenarios>=0.4,<0.5
|
||||||
testtools>=0.9.32
|
testtools>=0.9.32
|
||||||
reno
|
reno
|
||||||
futures;python_version<'3.2'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user