2
0
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:
Andrei Pavel 2025-06-02 16:00:03 +03:00
parent 031596d22a
commit 2e66702e1b
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -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'])