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:
parent
864ca822fe
commit
1e98b0a83e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user