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

This commit is contained in:
Zuul 2020-05-28 00:03:12 +00:00 committed by Gerrit Code Review
commit 3fe8575c9e
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]