summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2021-07-10 16:22:14 +0000
committerJeremy Stanley <fungi@yuggoth.org>2021-07-10 16:22:14 +0000
commit8e93a6b7b8d7df30521e745eb99c742715999646 (patch)
tree59524aa98431e625f1c9503c7ddb29ff3339ac81
parentf995fba9a66a820c7f06dd86f39d40d0ae18acaa (diff)
downloadgear-8e93a6b7b8d7df30521e745eb99c742715999646.tar.gz
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
-rw-r--r--bindep.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index fa5c3fb..ea5092a 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]