From 2f4e7ddaee51b1232b80df208c863210cdcedb31 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 9 Jun 2017 19:09:15 -0400 Subject: [PATCH] Add libffi / libssl for cryptography dependencies We need to compile cryptography for ansible / ansible-lint dependencies. Change-Id: I9f75c813961bc7bce71f04315e060a2a93a46cc3 Signed-off-by: Paul Belanger --- bindep.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 9b8bcf3..83f339b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,4 +1,7 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -# Nothing here yet. +libffi-devel [test platform:rpm] +libffi-dev [test platform:dpkg] +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm]