Add packages required for pdf-docs run to bindep.txt

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
This commit is contained in:
melanie witt 2020-05-14 00:38:48 +00:00
parent b5ab89762a
commit d40a0856ad
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# 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.
@ -12,6 +14,7 @@ graphviz [doc test]
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]
@ -40,5 +43,8 @@ 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]