summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]