You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
790 B
25 lines
790 B
# This file contains runtime (non-python) dependencies |
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html |
|
|
|
python36-devel [platform:rpm] |
|
|
|
# tools/misc-sanity-checks.sh validates .po[t] files |
|
gettext [test] |
|
|
|
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko) |
|
libffi-dev [platform:dpkg] |
|
libffi-devel [platform:rpm] |
|
|
|
# MySQL and PostgreSQL databases since some jobs are set up in |
|
# OpenStack infra that need these like |
|
# periodic-neutron-py35-with-neutron-lib-master. |
|
haproxy |
|
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]
|
|
|