Add missing font for PDF generation

openstack-tox-docs job started to fail with the following error:

! LaTeX Error: File `tgtermes.sty' not found.
This patch adds the required font package to bindep doc profile.

Co-authored-by: Elod Illes <elod.illes@est.tech>
Co-authored-by: Takashi Kajinami <tkajinam@redhat.com>

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ibf71ef28a20e489b9f0f377e87b5803413184392
This commit is contained in:
Jiri Podivin 2021-07-26 16:24:43 +02:00
parent 4964bb1a80
commit 43cea1a2d3
1 changed files with 2 additions and 0 deletions

View File

@ -50,3 +50,5 @@ graphviz [doc test]
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
librsvg2-tools [doc platform:rpm]
librsvg2-bin [doc platform:dpkg]
# PDF Docs package dependencies
tex-gyre [platform:dpkg doc]