From 015eb64e2781e03248c6a11b109253a3f12e96dc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 13 Nov 2022 11:02:06 +0800 Subject: [PATCH] python3-pip: update 22.3 -> 22.3.1 Bug Fixes ----------- Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to correctly account for multi-digit Python version segments (e.g. the "11" part of 3.11). (#11547) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../python/{python3-pip_22.3.bb => python3-pip_22.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_22.3.bb => python3-pip_22.3.1.bb} (97%) diff --git a/meta/recipes-devtools/python/python3-pip_22.3.bb b/meta/recipes-devtools/python/python3-pip_22.3.1.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_22.3.bb rename to meta/recipes-devtools/python/python3-pip_22.3.1.bb index 394c4286753..cb9f68679fd 100644 --- a/meta/recipes-devtools/python/python3-pip_22.3.bb +++ b/meta/recipes-devtools/python/python3-pip_22.3.1.bb @@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530" +SRC_URI[sha256sum] = "65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38" do_install:append() { rm -f ${D}/${bindir}/pip -- 2.47.3