fix(core): Ubuntu 24.04 python3.12 54/41754/1
authorPeter Mikus <[email protected]>
Fri, 25 Oct 2024 07:15:40 +0000 (09:15 +0200)
committerPeter Mikus <[email protected]>
Fri, 25 Oct 2024 07:15:40 +0000 (09:15 +0200)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I3aff1de925820ddf8630047751519ebe48dd1468

resources/libraries/bash/function/common.sh

index f6cf378..3495c61 100644 (file)
@@ -128,6 +128,7 @@ function activate_virtualenv () {
     set +u
     source "${env_dir}/bin/activate" || die "Virtualenv activation failed."
     set -u
+    pip3 install setuptools
     pip3 install -r "${req_path}" || {
         die "Requirements installation failed."
     }