Fix doc job

vitrage-dashboard doc job is failing as requires some font
'tgtermes.sty' to generate pdf doc. This patch adds that required
package in bindep.txt to fix doc job.

Change-Id: Ica19ab980166bb9323b500fbf8359e1496d2afef
This commit is contained in:
manchandavishal 2021-05-20 15:45:16 +05:30
parent b19416819f
commit 73b1e70c30
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ firefox [selenium]
xvfb [selenium platform:dpkg]
# already part of xorg-x11-server on openSUSE
xorg-x11-server-Xvfb [selenium platform:redhat]
# PDF Docs package dependencies
tex-gyre [doc platform:dpkg]