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
This commit is contained in:
Matt Riedemann 2017-06-06 19:14:45 -04:00
parent 864ca822fe
commit 1e98b0a83e
1 changed files with 6 additions and 0 deletions

View File

@ -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]