From 3878c245efcb3e083279da93f4bc0beed9fbe759 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 14 May 2021 21:30:12 +0000 Subject: [PATCH] Fix a missing font for PDF doc generation For some unknown reason a font required for the designate dashboard PDF doc generation was now missing. This patch updates the bindep doc profile to install the required font package. Change-Id: I0b927d34e3a38f41dad2b28bdd38c0735862cab3 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index 35fc04e..891c1c7 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,3 +2,6 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. libfontconfig1 [nodejs platform:dpkg] + +# PDF Docs package dependencies +tex-gyre [doc platform:dpkg]