diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:52 +0100 |
commit | d3c6f3b9683b7599a34e0ec5073a581c37dc8966 (patch) | |
tree | 8c01ff6639edb64b40aa044dc76e9c60a7753066 /meta/recipes-devtools/python | |
parent | 381645b0b5d35f98eb36a7f60b7d112ea101732e (diff) | |
download | poky-d3c6f3b9683b7599a34e0ec5073a581c37dc8966.tar.gz |
python3-pip: upgrade 21.2.1 -> 21.2.4
(From OE-Core rev: 80ff47cc2f19996b4109f0a2396e61fdcfede5cf)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.2.4.bb (renamed from meta/recipes-devtools/python/python3-pip_21.2.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_21.2.1.bb b/meta/recipes-devtools/python/python3-pip_21.2.4.bb index f16f1e2a03..1f0f707f4b 100644 --- a/meta/recipes-devtools/python/python3-pip_21.2.1.bb +++ b/meta/recipes-devtools/python/python3-pip_21.2.4.bb | |||
@@ -10,7 +10,7 @@ inherit pypi distutils3 | |||
10 | 10 | ||
11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "303a82aaa24cdc01f7ebbd1afc7d1b871a4aa0a88bb5bedef1fa86a3ee44ca0a" | 13 | SRC_URI[sha256sum] = "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b" |
14 | 14 | ||
15 | do_install:append() { | 15 | do_install:append() { |
16 | # Install as pip3 and leave pip2 as default | 16 | # Install as pip3 and leave pip2 as default |