From f95381108536e838fb66ba05657e579d2f85fad1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 27 Oct 2021 11:07:12 +0200 Subject: [PATCH] python3-pip: upgrade 21.3 -> 21.3.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- .../python/{python3-pip_21.3.bb => python3-pip_21.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_21.3.bb => python3-pip_21.3.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-pip_21.3.bb b/meta/recipes-devtools/python/python3-pip_21.3.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-pip_21.3.bb rename to meta/recipes-devtools/python/python3-pip_21.3.1.bb index 924a564f62..6ddb1d6296 100644 --- a/meta/recipes-devtools/python/python3-pip_21.3.bb +++ b/meta/recipes-devtools/python/python3-pip_21.3.1.bb @@ -10,7 +10,7 @@ inherit pypi distutils3 SRC_URI += "file://0001-change-shebang-to-python3.patch" -SRC_URI[sha256sum] = "741a61baab1dbce2d8ca415effa48a2b6a964564f81a9f4f1fce4c433346c034" +SRC_URI[sha256sum] = "fd11ba3d0fdb4c07fbc5ecbba0b1b719809420f25038f8ee3cd913d3faa3033a" do_install:append() { # Install as pip3 and leave pip2 as default -- 2.40.1