Match novaclients transitive six dep
Because of the way pip does dep resolution the "highest" dep specification wins. In this case the nodepool specified six dep trumps the six dep that we have transitively via novaclient. Unfortunately this means that if you have an old six already installed and novaclient needs a newer version that newer version is not installed. Fix this by moving nodepools six dep forward to match novaclient. Change-Id: Ic6f3611bea8c47bdc40757d134670c5f0ed8dc13
This commit is contained in:
parent
34a5702e3d
commit
2088a76b0d
@ -16,5 +16,5 @@ python-keystoneclient
|
||||
python-novaclient
|
||||
MySQL-python
|
||||
PrettyTable>=0.6,<0.8
|
||||
six>=1.4.1
|
||||
six>=1.7.0
|
||||
diskimage-builder
|
||||
|
Loading…
x
Reference in New Issue
Block a user