mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3867] Hammer: Install texlive-full when preparing Alpine so it can build PDFs
This commit is contained in:
parent
031596d22a
commit
2e66702e1b
@ -2110,7 +2110,7 @@ def install_packages_local(system, revision, features, check_times, ignore_error
|
|||||||
deferred_functions.append(install_meson)
|
deferred_functions.append(install_meson)
|
||||||
|
|
||||||
if 'docs' in features:
|
if 'docs' in features:
|
||||||
packages.extend(['py3-sphinx py3-sphinx_rtd_theme'])
|
packages.extend(['py3-sphinx', 'py3-sphinx_rtd_theme', 'texlive-full'])
|
||||||
|
|
||||||
if 'netconf' in features:
|
if 'netconf' in features:
|
||||||
packages.extend(['cmake', 'git', 'pcre2-dev'])
|
packages.extend(['cmake', 'git', 'pcre2-dev'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user