summaryrefslogtreecommitdiffstats
path: root/hammer.py
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2023-11-13 10:49:32 +0100
committerAndrei Pavel <andrei@isc.org>2023-11-13 10:49:32 +0100
commit1b4b3a6b87d4e28f1827cf14f79d779d08e0e0bd (patch)
tree7f0c628f23d18125c53fa3b7238b5887079c40ea /hammer.py
parent[#3138] fix typo in ARM doc for ddns-qualifying-suffix (diff)
downloadkea-1b4b3a6b87d4e28f1827cf14f79d779d08e0e0bd.tar.xz
kea-1b4b3a6b87d4e28f1827cf14f79d779d08e0e0bd.zip
[#2969] add tex-gyre back to hammer for debian
tex-gyre is needed for generating PDF with sphinx.
Diffstat (limited to 'hammer.py')
-rwxr-xr-xhammer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hammer.py b/hammer.py
index 4de17e5ced..f4556d8c1d 100755
--- a/hammer.py
+++ b/hammer.py
@@ -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':