]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: Install wheel 2132/head
authorZack Cerza <zack@redhat.com>
Fri, 5 May 2023 22:16:45 +0000 (16:16 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 5 May 2023 22:31:34 +0000 (16:31 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
scripts/build_utils.sh

index 82d35c3a9c75af3ebc73d228c92024e3cfe54b6c..6346c3752aea3ea2fd64a3337e96306a5757ae08 100755 (executable)
@@ -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