From 5efddb6b0055bfb2bc5e52032439159dedc296ba Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 27 Feb 2019 17:32:33 +0000 Subject: [PATCH] Populate bindep.txt Adds missing dependencies for testing tripleo-ci repository. This is needed due to: wheel->cryptography->openssl-devel Likely not observed so far because we had an image with it already installed but on clean systems is likely to need it. Change-Id: I15e372b061ee6d7518613872fa91f198de9b74a1 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 4f9b42547..3d90e93cb 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. + +libssl-dev [platform:dpkg] +openssl-devel [platform:redhat]