From b8ff8fa811735d4a0610cd313e2583aabd92b34d Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Tue, 27 Jul 2021 07:33:20 +0200
Subject: [PATCH] Add missing font for PDF generation

The openstack-tox-docs job started failing with the following error:

    ! LaTeX Error: File `tgtermes.sty' not found.

This change adds the required font package to the bindep doc profile.

Change-Id: I9acf8fd03150b9cc03a011364f0c45929b9a9f87
---
 bindep.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bindep.txt b/bindep.txt
index e0565340..e3d19025 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1,2 +1,5 @@
 libpcre3-dev [platform:dpkg test]
 pcre-devel [platform:rpm test]
+
+# PDF Docs package dependencies
+tex-gyre [platform:dpkg doc]
-- 
GitLab