2015-07-10 18:38:51 +00:00
|
|
|
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
2018-01-12 17:02:54 +08:00
|
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
2015-07-10 18:38:51 +00:00
|
|
|
|
|
|
|
build-essential [platform:dpkg test]
|
2020-05-14 00:38:48 +00:00
|
|
|
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
|
|
|
fonts-freefont-otf [pdf-docs]
|
2015-07-10 18:38:51 +00:00
|
|
|
gcc [platform:rpm test]
|
2017-11-21 09:30:29 +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 [doc test]
|
|
|
|
graphviz [doc test]
|
2019-09-18 17:25:49 -04:00
|
|
|
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
|
|
|
|
librsvg2-tools [doc platform:rpm]
|
|
|
|
librsvg2-bin [doc platform:dpkg]
|
2015-07-10 18:38:51 +00:00
|
|
|
language-pack-en [platform:ubuntu]
|
2020-05-14 00:38:48 +00:00
|
|
|
latexmk [pdf-docs]
|
2015-07-10 18:38:51 +00:00
|
|
|
libffi-dev [platform:dpkg test]
|
|
|
|
libffi-devel [platform:rpm test]
|
|
|
|
libmysqlclient-dev [platform:dpkg]
|
|
|
|
libpq-dev [platform:dpkg test]
|
|
|
|
libsqlite3-dev [platform:dpkg test]
|
|
|
|
libxml2-dev [platform:dpkg test]
|
|
|
|
libxslt-devel [platform:rpm test]
|
|
|
|
libxslt1-dev [platform:dpkg test]
|
|
|
|
locales [platform:debian]
|
2021-06-15 12:48:13 +01:00
|
|
|
mysql [platform:rpm !platform:redhat]
|
2015-07-10 18:38:51 +00:00
|
|
|
mysql-client [platform:dpkg]
|
2021-06-15 12:48:13 +01:00
|
|
|
mysql-devel [platform:rpm !platform:redhat test]
|
|
|
|
mysql-server [!platform:redhat]
|
|
|
|
mariadb-devel [platform:rpm platform:redhat test]
|
|
|
|
mariadb-server [platform:rpm platform:redhat]
|
2019-10-23 07:17:07 +00:00
|
|
|
openssh-client [platform:dpkg]
|
|
|
|
openssh-clients [platform:rpm]
|
2019-03-18 15:00:23 +00:00
|
|
|
openssl
|
2015-07-10 18:38:51 +00:00
|
|
|
pkg-config [platform:dpkg test]
|
|
|
|
pkgconfig [platform:rpm test]
|
|
|
|
postgresql
|
|
|
|
postgresql-client [platform:dpkg]
|
|
|
|
postgresql-devel [platform:rpm test]
|
|
|
|
postgresql-server [platform:rpm]
|
|
|
|
python-dev [platform:dpkg test]
|
2019-07-18 11:27:13 +01:00
|
|
|
python3-all [platform:dpkg]
|
|
|
|
python3-all-dev [platform:dpkg]
|
2020-10-03 13:16:00 +01:00
|
|
|
python3 [platform:rpm test]
|
|
|
|
python3-devel [platform:rpm test]
|
2015-07-10 18:38:51 +00:00
|
|
|
sqlite-devel [platform:rpm test]
|
2020-05-14 00:38:48 +00:00
|
|
|
texlive [pdf-docs]
|
|
|
|
texlive-latex-recommended [pdf-docs]
|
|
|
|
texlive-xetex [pdf-docs]
|
2018-02-08 12:25:15 -05:00
|
|
|
libpcre3-dev [platform:dpkg test]
|
|
|
|
pcre-devel [platform:rpm test]
|
2020-08-05 16:16:49 -05:00
|
|
|
# Nova 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 at
|
|
|
|
# runtime and in unit tests. Net result is the same that lsscsi will be
|
|
|
|
# installed for any nova installation.
|
|
|
|
lsscsi
|