All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3
@ 2022-03-10  7:58 Ashish Sharma
  2022-03-13 18:42 ` [yocto] " akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish Sharma @ 2022-03-10  7:58 UTC (permalink / raw)
  To: yocto; +Cc: Ashish Sharma

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>
---
 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 f6394cc..29a4ad2 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"
 
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-security][PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3
  2022-03-10  7:58 [meta-security][PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3 Ashish Sharma
@ 2022-03-13 18:42 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2022-03-13 18:42 UTC (permalink / raw)
  To: Ashish Sharma, yocto



On 3/9/22 23:58, Ashish Sharma wrote:
> 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.

Thanks. I took this over the two odd ones I had in master-next.

merged.

-armin


>
> Signed-off-by: Ashish Sharma <asharma@mvista.com>
> ---
>   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 f6394cc..29a4ad2 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"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56414): https://lists.yoctoproject.org/g/yocto/message/56414
> Mute This Topic: https://lists.yoctoproject.org/mt/89682014/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-13 18:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  7:58 [meta-security][PATCH] Subject: [PATCH] Subject: python3-fail2ban: switch to legacy setuptools3 Ashish Sharma
2022-03-13 18:42 ` [yocto] " akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.