]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3941] Hammer: install_sphinx -> python3-sphinx
authorAndrei Pavel <andrei@isc.org>
Tue, 10 Jun 2025 12:34:04 +0000 (15:34 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 11 Jun 2025 06:52:17 +0000 (09:52 +0300)
hammer.py

index 33c560da2d6fe1902b2ee7d4b860a4b9aceffaf7..4925e071a47f247d24c33497e73d488d014d6045 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -1997,8 +1997,8 @@ def install_packages_local(system, revision, features, check_times, ignore_error
         deferred_functions.append(install_meson)
 
         if 'docs' in features:
-            packages.extend(['doxygen', 'graphviz', 'tex-gyre', 'texlive', 'texlive-latex-extra'])
-            deferred_functions.append(install_sphinx)
+            packages.extend(['doxygen', 'graphviz', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'tex-gyre',
+                             'texlive', 'texlive-latex-extra'])
 
         if 'unittest' in features:
             packages.append('googletest')