From f0ba2a44581d459ecec423f67d3abf6ad7cb0af0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 7 Oct 2016 20:14:43 -0400 Subject: [PATCH] Clean up bindep requirements for ansible Change-Id: I1fa588d4e1f07e488aa8d3db55e147f27cab8e4b Signed-off-by: Paul Belanger --- bindep.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index cac9e3d..3e30527 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,4 +1,8 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -python-pip +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +libselinux-python [platform:rpm] +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm]