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:
Jesse Pretorius 2016-10-03 11:09:07 +01:00
parent 2d1fab6e76
commit 2ec2343a1e

View File

@ -335,6 +335,7 @@ swift_object_server_workers: 2
swift_proxy_server_workers: 2 swift_proxy_server_workers: 2
# PIP install options # PIP install options
# TODO(odyssey4me): Remove once https://github.com/eliben/pycparser/issues/147 is resolved # TODO(odyssey4me): Remove pycparser once https://github.com/eliben/pycparser/issues/147 is resolved
pip_install_options: "--no-binary pycparser" # 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"