From 8e93a6b7b8d7df30521e745eb99c742715999646 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 10 Jul 2021 16:22:14 +0000 Subject: [PATCH] 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 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) 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]