From: Andrei Pavel Date: Wed, 16 Apr 2025 10:20:33 +0000 (+0300) Subject: [#3812] Add comment to Hammer X-Git-Tag: Kea-2.7.8~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f03df01cb2977474af16b8674255474cac98612;p=thirdparty%2Fkea.git [#3812] Add comment to Hammer --- diff --git a/hammer.py b/hammer.py index 816f2c9585..b002a82822 100755 --- 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