Add libffi header dependency
Gear (indirectly) relies on cffi, which sometimes isn't built for the platforms on which we would like to install it. In those cases, the Python installation has to occur from source, and needs the headers for libffi to link against when compiling its extensions. Change-Id: Ifc876d93f95941236b78a88d5741467a10142d54
This commit is contained in:
parent
f995fba9a6
commit
8e93a6b7b8
@ -1,6 +1,8 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
|
libffi-dev [platform:dpkg]
|
||||||
|
libffi-devel [platform:rpm]
|
||||||
python-dev [platform:dpkg]
|
python-dev [platform:dpkg]
|
||||||
python-devel [platform:rpm]
|
python-devel [platform:rpm]
|
||||||
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user