From 0d866f1743fd551633617c77e8cb65953ad9d680 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 6 Jun 2017 19:14:45 -0400 Subject: [PATCH] Add libssl packages to bindep The pep8 images in infra no longer have ssl installed by default so we have to specify them in bindep. Change-Id: Icbdb5d442935438f01031f745157a8b39cd672a4 (cherry picked from commit 1e98b0a83eec8eaac3b1bf94f47614ee6b3cb507) --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindep.txt b/bindep.txt index 7e1f8dd536b..987b5ca0c19 100644 --- a/bindep.txt +++ b/bindep.txt @@ -17,3 +17,9 @@ postgresql [test] postgresql-client [platform:dpkg test] postgresql-devel [platform:rpm test] postgresql-server [platform:rpm test] + +# Neutron's test-requirements requires tempest which requires paramiko +# which requires cryptography which requires ssl. +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm !platform:suse] +libopenssl-devel [platform:suse !platform:rpm]