From 5d481e301727d4e252e95aebda363a60f9750b94 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 9 Nov 2025 17:00:13 +0100 Subject: [PATCH] python3-behave: update SRC_URI branch Master branch was renamed to main. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb index da4f3047f9..a57f14801f 100644 --- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06" PV .= "+git${SRCREV}" SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" -SRC_URI += "git://github.com/behave/behave;branch=master;protocol=https" +SRC_URI += "git://github.com/behave/behave;branch=main;protocol=https" S = "${WORKDIR}/git"