7f1134a1cb
The libvirt installation via pip was failing, so this fixes the gate change too. libvirt-python is installed via the system package manager during deployment. It does not need to be reinstalled via pip. Change-Id: I9d25ef6c892b10d56c05279bd0d0633c9e38ac4f
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
# 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.
|
|
|
|
requests
|
|
pbr>=1.6
|
|
Babel>=1.3
|
|
future
|
|
six
|