2017-09-01 20:41:05 -07:00
|
|
|
# This is a cross-platform list tracking distribution packages needed for
|
|
|
|
# install and tests;
|
|
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
2017-01-02 10:56:25 +01:00
|
|
|
|
|
|
|
build-essential [platform:dpkg test]
|
|
|
|
gcc [platform:rpm test]
|
2017-11-21 21:06:13 +01:00
|
|
|
# gettext and graphviz are needed by doc builds only. For transition,
|
|
|
|
# have them in both doc and test.
|
|
|
|
# TODO(jaegerandi): Remove test once infra scripts are updated.
|
|
|
|
gettext [!platform:suse doc test]
|
|
|
|
gettext-runtime [platform:suse doc test]
|
|
|
|
graphviz [doc test]
|
2017-01-02 10:56:25 +01:00
|
|
|
libffi-dev [platform:dpkg]
|
|
|
|
libffi-devel [platform:redhat]
|
|
|
|
libffi48-devel [platform:suse]
|
|
|
|
virtual/libffi [platform:gentoo]
|
2017-06-06 17:15:30 -05:00
|
|
|
libssl-dev [platform:dpkg]
|
|
|
|
openssl-devel [platform:rpm !platform:suse]
|
|
|
|
libopenssl-devel [platform:suse !platform:rpm]
|
2017-01-02 10:56:25 +01:00
|
|
|
locales [platform:debian]
|
|
|
|
mariadb [platform:rpm]
|
|
|
|
mariadb-server [platform:redhat]
|
|
|
|
mariadb-devel [platform:redhat]
|
|
|
|
libmysqlclient-dev [platform:dpkg]
|
|
|
|
libmysqlclient-devel [platform:suse]
|
|
|
|
mysql-client [platform:dpkg]
|
|
|
|
mysql-server [platform:dpkg]
|
|
|
|
postgresql
|
|
|
|
postgresql-client [platform:dpkg]
|
|
|
|
postgresql-devel [platform:rpm]
|
|
|
|
postgresql-server [platform:rpm]
|
2019-04-09 15:28:18 -05:00
|
|
|
libpq-dev [platform:dpkg]
|
2017-06-16 19:10:11 -06:00
|
|
|
thin-provisioning-tools [platform:debian]
|
2018-11-02 11:05:32 +08:00
|
|
|
libxml2-dev [platform:dpkg test]
|
|
|
|
libxslt-devel [platform:rpm test]
|
|
|
|
libxslt1-dev [platform:dpkg test]
|
2020-01-28 14:50:50 -05:00
|
|
|
cryptsetup [platform:rpm]
|
|
|
|
cryptsetup-bin [platform:dpkg]
|
2020-07-27 12:42:36 -05:00
|
|
|
# Cinder uses lsscsi via os-brick. Due to bindep usage in devstack and
|
|
|
|
# elsewhere, we add it here to make sure it is picked up and available in
|
|
|
|
# os-brick tests. Net result is the same that lsscsi will be installed for any
|
|
|
|
# cinder installation.
|
|
|
|
lsscsi
|
2020-07-16 12:36:30 -04:00
|
|
|
qemu-img [platform:redhat]
|
|
|
|
qemu-tools [platform:suse]
|
|
|
|
qemu-utils [platform:dpkg]
|
2021-06-07 10:11:17 +09:00
|
|
|
libcgroup-tools [platform:rpm]
|
|
|
|
cgroup-tools [platform:dpkg]
|