From 53a1782013249cdf27b0e41f5189b6d1740d6e2a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 10 Jul 2021 22:25:55 +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: #1935742 Change-Id: Idc7ba5b1211327a258b2972f9271b09916598cb3 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index caf9243..2310db8 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,3 +2,6 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. gettext + +# PDF Docs package dependencies +tex-gyre [platform:dpkg doc]