summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-27 11:07:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-28 14:16:31 +0100
commitb29dacedc1cb8626ff02d2b56826445d1bc21358 (patch)
tree9a3b76457f74e3e8e9bb24a4e65bd48cb6eaf581 /meta/recipes-devtools/python
parent363b15e16ee993f201ee5f2204ce9d98021b6934 (diff)
downloadpoky-b29dacedc1cb8626ff02d2b56826445d1bc21358.tar.gz
python3-pip: upgrade 21.3 -> 21.3.1
(From OE-Core rev: f95381108536e838fb66ba05657e579d2f85fad1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pip_21.3.1.bb (renamed from meta/recipes-devtools/python/python3-pip_21.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_21.3.bb b/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
10 10
11SRC_URI += "file://0001-change-shebang-to-python3.patch" 11SRC_URI += "file://0001-change-shebang-to-python3.patch"
12 12
13SRC_URI[sha256sum] = "741a61baab1dbce2d8ca415effa48a2b6a964564f81a9f4f1fce4c433346c034" 13SRC_URI[sha256sum] = "fd11ba3d0fdb4c07fbc5ecbba0b1b719809420f25038f8ee3cd913d3faa3033a"
14 14
15do_install:append() { 15do_install:append() {
16 # Install as pip3 and leave pip2 as default 16 # Install as pip3 and leave pip2 as default