2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#2458] added missing package for pdf documentation in ubuntu 22

This commit is contained in:
Wlodek Wencel
2022-06-27 13:34:41 +02:00
parent 1057616f5a
commit 3b1011c1c2

View File

@@ -1639,6 +1639,8 @@ def prepare_system_local(features, check_times):
if 'docs' in features:
packages.extend(['python3-sphinx', 'python3-sphinx-rtd-theme', 'texlive', 'texlive-latex-extra'])
if revision == '22.04':
packages.extend(['tex-gyre'])
if 'native-pkg' in features:
packages.extend(['build-essential', 'fakeroot', 'devscripts'])