]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4073] Hammer: Add texlive-full to FreeBSD which allows building PDF ARM
authorAndrei Pavel <andrei@isc.org>
Thu, 28 Aug 2025 08:05:48 +0000 (11:05 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 4 Sep 2025 07:44:29 +0000 (10:44 +0300)
hammer.py

index f51bef512c2720adb002b5a935e4483e889766d5..5394616ea0b79763b35e6043a5244620a88c8654 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -2064,7 +2064,7 @@ def install_packages_local(system, revision, features, check_times, ignore_error
             pyv = _get_package_version('python')
             pyv = pyv.split('_')[0].replace('.', '')
             log.info(">>>>> Detected Sphinx packages version: py%s-sphinx", pyv)
-            packages.extend([f'py{pyv}-sphinx', f'py{pyv}-sphinx_rtd_theme'])
+            packages.extend([f'py{pyv}-sphinx', f'py{pyv}-sphinx_rtd_theme', 'texlive-full'])
 
         if 'mysql' in features:
             if revision.startswith(('11', '12')):