From aa282711f84f70118cf350af66cec20085567c99 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Mon, 28 Apr 2025 14:33:46 +0530 Subject: [PATCH] Try to fix the Fedora build failure. --- pkg/linux/build-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/linux/build-functions.sh b/pkg/linux/build-functions.sh index 586aee220..ad7369fe7 100644 --- a/pkg/linux/build-functions.sh +++ b/pkg/linux/build-functions.sh @@ -69,7 +69,6 @@ _create_python_virtualenv() { # Make sure we have the wheel package present, as well as the latest pip pip3 install --upgrade pip - pip3 install setuptools pip3 install wheel # Install the requirements