From f1efe9d23b27a3e98e767b6ccc7762184f80cc4a Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 6 Sep 2016 19:01:24 -0400 Subject: [PATCH] Add libffi-dev to bindep.txt Rename other-requirements.txt -> bindep.txt and add missing dependencies to run CI jobs. Change-Id: If60fc3a0351d724a05edbbf1643b1335bce675b0 --- other-requirements.txt => bindep.txt | 2 ++ 1 file changed, 2 insertions(+) rename other-requirements.txt => bindep.txt (79%) diff --git a/other-requirements.txt b/bindep.txt similarity index 79% rename from other-requirements.txt rename to bindep.txt index 11d72bce2..f2bf154ae 100644 --- a/other-requirements.txt +++ b/bindep.txt @@ -3,3 +3,5 @@ xfsprogs [platform:rpm test] qemu-img [platform:rpm test] +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm]