mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
[#2458] added missing package for pdf documentation in ubuntu 22
This commit is contained in:
@@ -1639,6 +1639,8 @@ def prepare_system_local(features, check_times):
|
|||||||
|
|
||||||
if 'docs' in features:
|
if 'docs' in features:
|
||||||
packages.extend(['python3-sphinx', 'python3-sphinx-rtd-theme', 'texlive', 'texlive-latex-extra'])
|
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:
|
if 'native-pkg' in features:
|
||||||
packages.extend(['build-essential', 'fakeroot', 'devscripts'])
|
packages.extend(['build-essential', 'fakeroot', 'devscripts'])
|
||||||
|
Reference in New Issue
Block a user