diff options
author | Andrei Pavel <andrei@isc.org> | 2023-11-13 10:49:32 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-11-13 10:49:32 +0100 |
commit | 1b4b3a6b87d4e28f1827cf14f79d779d08e0e0bd (patch) | |
tree | 7f0c628f23d18125c53fa3b7238b5887079c40ea /hammer.py | |
parent | [#3138] fix typo in ARM doc for ddns-qualifying-suffix (diff) | |
download | kea-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-x | hammer.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |