d40a0856ad
This adds packages needed to run 'tox -e pdf-docs' locally to our bindep.txt for users, for example: bindep -l newline pdf-docs | xargs <package manager> install -y The CI jobs don't use the 'pdf-docs' label for handling bindep for pdf docs builds [1] and instead install a separate list of prereqs [2], so this change is only relevant for local test runs. [1]64341d2e32/zuul.d/jobs.yaml (L435)
[2]64341d2e32/roles/prepare-build-pdf-docs/tasks/main.yaml (L7-L20)
Change-Id: Ib603baa1766b873073165c71772ada021c6e5036
51 lines
1.7 KiB
Plaintext
51 lines
1.7 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]
|
|
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
|
fonts-freefont-otf [pdf-docs]
|
|
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 [doc test]
|
|
graphviz [doc test]
|
|
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
|
|
librsvg2-tools [doc platform:rpm]
|
|
librsvg2-bin [doc platform:dpkg]
|
|
language-pack-en [platform:ubuntu]
|
|
latexmk [pdf-docs]
|
|
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]
|
|
mysql [platform:rpm]
|
|
mysql-client [platform:dpkg]
|
|
mysql-devel [platform:rpm test]
|
|
mysql-server
|
|
openssh-client [platform:dpkg]
|
|
openssh-clients [platform:rpm]
|
|
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]
|
|
python-devel [platform:rpm test]
|
|
python3-all [platform:dpkg]
|
|
python3-all-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python34-devel [platform:centos]
|
|
sqlite-devel [platform:rpm test]
|
|
texlive [pdf-docs]
|
|
texlive-latex-recommended [pdf-docs]
|
|
texlive-xetex [pdf-docs]
|
|
libpcre3-dev [platform:dpkg test]
|
|
pcre-devel [platform:rpm test]
|