Ensure libvirt-python always compiles from source
The libvirt-python package must be compiled with the correct binaries installed to ensure that the package supports the right extensions. Change-Id: I1c25e2c95e3bd5aca02b6220f82cf577ccfdbc8b
This commit is contained in:
parent
2d1fab6e76
commit
2ec2343a1e
@ -335,6 +335,7 @@ swift_object_server_workers: 2
|
||||
swift_proxy_server_workers: 2
|
||||
|
||||
# PIP install options
|
||||
# TODO(odyssey4me): Remove once https://github.com/eliben/pycparser/issues/147 is resolved
|
||||
pip_install_options: "--no-binary pycparser"
|
||||
# TODO(odyssey4me): Remove pycparser once https://github.com/eliben/pycparser/issues/147 is resolved
|
||||
# Note: libvirt-python is here to ensure that it always installs with the right binaries
|
||||
pip_install_options: "--no-binary pycparser --no-binary libvirt-python"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user