]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3812] Add comment to Hammer
authorAndrei Pavel <andrei@isc.org>
Wed, 16 Apr 2025 10:20:33 +0000 (13:20 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 17 Apr 2025 11:37:25 +0000 (14:37 +0300)
hammer.py

index 816f2c95858801eafdb01b0f22e07c6e97302807..b002a82822164bc4012df0b315931fb47e262728 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -467,6 +467,9 @@ def replace_in_file(file_name, pattern, replacement):
 def install_meson(python_v: str = 'python3', mode: str = 'pyinstaller'):
     """ Install meson with pyinstaller or venv.
 
+    Pyinstaller is needed as opposed to venv to overcome package building errors such as:
+    venv/bin/python3 is needed by isc-kea-admin-2.7.7-isc20250320085254.el9.x86_64
+
     :param python_v: python executable
     :type python_v: str
     :param mode: whether installation is through pyinstaller or plain venv