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:
Jeremy Stanley 2021-07-10 16:22:14 +00:00
parent f995fba9a6
commit 8e93a6b7b8
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]