926f030e45
The openstack-tox-py311 job (change I725b94bee6601a) was added to the testing template by change I3b22ff95ab7b83a. Since it uses a debian bookworm nodeset, follow change I736ecb2a18d3 in adjusting manila's bindep.txt. Change-Id: Iec549a1d8b09f85c1bd36ee5dfa4c6b68670bd62
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed for
|
|
# install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
# 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]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:redhat]
|
|
libffi48-devel [platform:suse]
|
|
virtual/libffi [platform:gentoo]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm !platform:suse]
|
|
libopenssl-devel [platform:suse !platform:rpm]
|
|
locales [platform:debian]
|
|
mariadb [platform:rpm]
|
|
mariadb-server [platform:redhat platform:debian]
|
|
mariadb-devel [platform:redhat]
|
|
libmariadb-dev-compat [platform:debian]
|
|
libmysqlclient-dev [platform:ubuntu]
|
|
libmysqlclient-devel [platform:suse]
|
|
libpq-dev [platform:dpkg]
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
libxml2-dev [platform:dpkg test]
|
|
libxslt-devel [platform:rpm test]
|
|
libxslt1-dev [platform:dpkg test]
|