From 38d6687b9ca10aeea6167067d3c80827be98e4de Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:23 +0800 Subject: [PATCH] python3-pip: upgrade 23.2 -> 23.2.1 Changelog: Disable PEP 658 metadata fetching with the legacy resolver. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/{python3-pip_23.2.bb => python3-pip_23.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_23.2.bb => python3-pip_23.2.1.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-pip_23.2.bb b/meta/recipes-devtools/python/python3-pip_23.2.1.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_23.2.bb rename to meta/recipes-devtools/python/python3-pip_23.2.1.bb index 1ddec7d654d..c92e2dbd57d 100644 --- a/meta/recipes-devtools/python/python3-pip_23.2.bb +++ b/meta/recipes-devtools/python/python3-pip_23.2.1.bb @@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c" +SRC_URI[sha256sum] = "fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2" do_install:append() { rm -f ${D}/${bindir}/pip -- 2.47.2