summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2017-06-06 19:14:45 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2017-06-06 19:19:38 -0400
commit1e98b0a83eec8eaac3b1bf94f47614ee6b3cb507 (patch)
treeca3013cac5de45954c1990514007dc2e4b958ef4 /bindep.txt
parent864ca822fec57999927d8c2f8d1e3f176a97db16 (diff)
downloadneutron-1e98b0a83eec8eaac3b1bf94f47614ee6b3cb507.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index fd9b2172ef..8b8b6806e6 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -18,3 +18,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]