2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2969] add tex-gyre back to hammer for debian

tex-gyre is needed for generating PDF with sphinx.
This commit is contained in:
Andrei Pavel
2023-11-13 11:49:32 +02:00
parent 7a7a8aa6bd
commit 1b4b3a6b87

View File

@@ -1858,7 +1858,7 @@ def prepare_system_local(features, check_times, ignore_errors_for):
if 'docs' in features:
packages.extend(['python3-sphinx', 'python3-sphinx-rtd-theme',
'texlive', 'texlive-latex-extra'])
'tex-gyre', 'texlive', 'texlive-latex-extra'])
if 'unittest' in features:
if revision == '8':