summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshish Sharma <asharma@mvista.com>2022-03-10 13:28:33 +0530
committerArmin Kuster <akuster808@gmail.com>2022-03-11 21:13:15 -0800
commite5e3dd48775047d47e68b3b20e7d02c7eb57a167 (patch)
tree0d00a1bd3d4e33fd27affd41846ba3f174c42f49
parent30f34fa990340f71db819b8a554c53b97b262f9e (diff)
downloadmeta-security-e5e3dd48775047d47e68b3b20e7d02c7eb57a167.tar.gz
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 <asharma@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/fail2ban/python3-fail2ban_0.11.2.bb2
1 files changed, 1 insertions, 1 deletions
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 \
15 file://run-ptest \ 15 file://run-ptest \
16" 16"
17 17
18inherit update-rc.d ptest setuptools3 18inherit update-rc.d ptest setuptools3_legacy
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21