From 0d0c2f2a9ef3e0842dfa5b49467d11e2be00da99 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Fri, 4 Jun 2021 13:35:35 +0200 Subject: [PATCH] Add missing font for PDF doc 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. Change-Id: I242da5c4fcc3096a47f85bd8a265ad8f072b2a30 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 5b3ec8a9..85e02468 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,3 +2,6 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. unzip + +# PDF Docs package dependencies +tex-gyre [doc platform:dpkg]