Add six as requirement
e.g. services/key_manager/json/secret_client.py is importing six unconditionally, so it is good to declare the dependency appropriately. Change-Id: I62eab606546c8654bd42b47b054c0c041f60e864
This commit is contained in:
parent
cff8994787
commit
48dcc99f37
@ -4,6 +4,7 @@
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
six>=1.10.0 # MIT
|
||||
tempest>=17.1.0 # Apache-2.0
|
||||
cryptography!=2.0,>=1.9 # BSD/Apache-2.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user