2016-09-26 07:37:31 +00:00
|
|
|
# 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]
|
2016-10-08 09:42:26 +02:00
|
|
|
|
2017-06-13 07:29:39 +00:00
|
|
|
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko)
|
|
|
|
libffi-dev [platform:dpkg]
|
|
|
|
libffi-devel [platform:rpm]
|
|
|
|
|
2016-10-08 09:42:26 +02:00
|
|
|
# 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.
|
2017-02-09 18:30:23 +00:00
|
|
|
haproxy
|
2016-10-08 09:42:26 +02:00
|
|
|
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]
|
2017-06-06 19:14:45 -04:00
|
|
|
|
|
|
|
# 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]
|