From 2cef0f50daca453bbbcc687cfbba67b009ae6460 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 20 Aug 2024 20:21:28 -0700 Subject: [PATCH] python3-botocore: use nobranch=1 to reflect the latest repo status The rev is a valid tag but not in any branch. This is the current status of botocore repo. So use nobranch=1 to reflect such status. This fixes do_fetch error. Signed-off-by: Chen Qi --- recipes-devtools/python/python3-botocore_1.34.157.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python3-botocore_1.34.157.bb b/recipes-devtools/python/python3-botocore_1.34.157.bb index cbb4f26ad..f1d762b2a 100644 --- a/recipes-devtools/python/python3-botocore_1.34.157.bb +++ b/recipes-devtools/python/python3-botocore_1.34.157.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93" SRC_URI = "\ - git://github.com/boto/botocore.git;protocol=https;branch=master \ + git://github.com/boto/botocore.git;protocol=https;nobranch=1 \ file://run-ptest \ "