diff mbox series

[meta-python,scarthgap,21/27] python3-behave: update SRC_URI branch

Message ID 20251109160020.2522353-21-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,scarthgap,01/27] pyxdg: update SRC_URI | expand

Commit Message

Gyorgy Sarvari Nov. 9, 2025, 4 p.m. UTC
Master branch was renamed to main.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"