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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user