From 8c7651e8a40f47ce9ad5837c02f33ffed36e9729 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 26 Jul 2021 23:05:28 +0900 Subject: [PATCH] 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 Closes-Bug: #1938044 Change-Id: I0758890b65212b064118d7f94c04825e4a04a394 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 1f190fd0..7b554521 100644 --- a/bindep.txt +++ b/bindep.txt @@ -42,3 +42,6 @@ gzip # Required to build language docs gettext + +# PDF Docs package dependencies +tex-gyre [platform:dpkg doc]