diff mbox series

[meta-python,15/16] python3-pylint: Only set SRCREV once

Message ID 20231107071240.1519631-15-pkj@axis.com
State New
Headers show
Series [meta-oe,01/16] jack: Revert to 1.9.22 | expand

Commit Message

Peter Kjellerstedt Nov. 7, 2023, 7:12 a.m. UTC
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb
index 03e878b2b..8af74b7cb 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \
            file://run-ptest \
            "
-SRCREV ?= "f2cded41f7f3d4b45236cbe107b366b6caf84bde"
+SRCREV = "efee9618894795cc8847727108522aa79431ee25"
 
 inherit python_setuptools_build_meta ptest
 
@@ -49,5 +49,3 @@  do_install_ptest() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-SRCREV = "efee9618894795cc8847727108522aa79431ee25"