From 188383e8d06c48755d787d4b498c5f65f4b041d2 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 1 Oct 2016 09:37:54 -0400 Subject: [PATCH] Fix ansible dependencys for bindep Change-Id: I169f72ad222f290fa69b3ae3f566c1bfebb35296 Signed-off-by: Paul Belanger --- bindep.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 8775f8a..3e30527 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +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] libselinux-python [platform:rpm] -python-pip +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm]