From: Zack Cerza Date: Fri, 5 May 2023 22:16:45 +0000 (-0600) Subject: build_utils.sh: Install wheel X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5e90a48518b1f63691342e1e05e4a951dec9fa9;p=ceph-build.git build_utils.sh: Install wheel Signed-off-by: Zack Cerza --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 82d35c3a..6346c375 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -163,6 +163,9 @@ install_python_packages_no_binary () { $venv/pip install "pip==20.3.4" fi + echo "Ensuring latest wheel is installed" + $venv/pip install -U wheel + echo "Updating setuptools" pip_download $VENV setuptools @@ -226,6 +229,9 @@ install_python_packages () { $venv/pip install "pip==20.3.4" fi + echo "Ensuring latest wheel is installed" + $venv/pip install -U wheel + echo "Updating setuptools" pip_download $venv setuptools