Kindly ping for scarthgap branch.

-----Original Message-----
From: [email protected] 
<[email protected]> On Behalf Of Song, Jiaying (CN) via 
lists.openembedded.org
Sent: Monday, January 13, 2025 11:39 AM
To: [email protected]
Subject: Re: [oe] [meta-python][scarthgap][PATCH] python3-pylint: fix do_fetch 
error

Kindly ping for scarthgap branch.
-----Original Message-----
From: [email protected] 
<[email protected]> On Behalf Of Song, Jiaying (CN) via 
lists.openembedded.org
Sent: Friday, January 3, 2025 10:46 AM
To: [email protected]
Cc: Li, Changqing <[email protected]>
Subject: [oe] [meta-python][scarthgap][PATCH] python3-pylint: fix do_fetch error

From: Jiaying Song <[email protected]>

Change the SRC_URI to the correct value due to the following error:
WARNING: python3-pylint-3.1.0-r0 do_fetch: Failed to fetch URL 
git://github.com/pylint-dev/pylint;branch=maintenance/3.1.x;protocol=https, 
attempting MIRRORS if available

Signed-off-by: Jiaying Song <[email protected]>
---
 meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb 
b/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb
index 12f4f908a..4c49acaf1 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE= "http://www.pylint.org/";
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 
-SRC_URI += 
"git://github.com/pylint-dev/pylint;branch=maintenance/3.1.x;protocol=https \
+SRC_URI += "git://github.com/pylint-dev/pylint;branch=main;protocol=https \
            file://0001-Adjust-test-expectations-for-ptest.patch \
            file://run-ptest \
            "
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#115283): 
https://lists.openembedded.org/g/openembedded-devel/message/115283
Mute This Topic: https://lists.openembedded.org/mt/110400983/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to