From 8e8f721f6ff615bf43f8563e8940e4d46388c0e7 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 13 Jun 2017 07:29:39 +0000 Subject: [PATCH] Add libffi-dev to bindep.txt libffi-dev is required to install cffi and PyNaCL from tarballs. cffi is installed from requirements.txt, so 'test' profile is not specified. We usual use wheel packages when installing python packages, but tarball is sometimes used, for example, when a new version is uploaded. I think it is worth adding it to bindep.txt to avoid accidental gate failure. Closes-Bug: #1697613 Change-Id: I4800c9f213fa5c8f28c8603e022264e6aa139090 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindep.txt b/bindep.txt index 8b8b6806e6c..aeb6c742422 100644 --- a/bindep.txt +++ b/bindep.txt @@ -4,6 +4,10 @@ # tools/misc-sanity-checks.sh validates .po[t] files gettext [test] +# cffi (required by oslo.privsep) and PyNaCL (required by paramiko) +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] + # MySQL and PostgreSQL databases since some jobs are set up in # OpenStack infra that need these like # periodic-neutron-py27-with-oslo-master and