From e5e3dd48775047d47e68b3b20e7d02c7eb57a167 Mon Sep 17 00:00:00 2001 From: Ashish Sharma Date: Thu, 10 Mar 2022 13:28:33 +0530 Subject: [PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3 raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") pip._internal.exceptions.InvalidWheelFilename: fail2ban-*-*.whl is not a valid wheel filename. Removed build tracker: '/tmp/pip-req-tracker-qnepnk46' ERROR: Failed to pip install wheel. Check the logs. Signed-off-by: Ashish Sharma Signed-off-by: Armin Kuster --- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 51e7d65..4118732 100644 --- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb @@ -15,7 +15,7 @@ SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \ file://run-ptest \ " -inherit update-rc.d ptest setuptools3 +inherit update-rc.d ptest setuptools3_legacy S = "${WORKDIR}/git"