0d866f1743
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 1e98b0a83e
)
26 lines
912 B
Plaintext
26 lines
912 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# tools/misc-sanity-checks.sh validates .po[t] files
|
|
gettext [test]
|
|
|
|
# MySQL and PostgreSQL databases since some jobs are set up in
|
|
# OpenStack infra that need these like
|
|
# periodic-neutron-py27-with-oslo-master and
|
|
# periodic-neutron-py35-with-neutron-lib-master.
|
|
libmysqlclient-dev [platform:dpkg test]
|
|
mysql [platform:rpm test]
|
|
mysql-client [platform:dpkg test]
|
|
mysql-devel [platform:rpm test]
|
|
mysql-server [test]
|
|
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]
|