summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-21 18:18:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 13:31:45 +0000
commit4b6a47424848be540785c35d3bbbfa4f344ac6fc (patch)
tree9c11e1b203b6e0b453c3dac54f3d0cf448030ec1 /meta
parent1666d1fc7dd55c3f03bdb503cc1f0bca1bca5b52 (diff)
downloadpoky-4b6a47424848be540785c35d3bbbfa4f344ac6fc.tar.gz
python3-pip: update 23.0 -> 23.0.1
Changelog: ============ Features -------- - Ignore PIP_REQUIRE_VIRTUALENV for "pip index" - Implement "--break-system-packages" to permit installing packages into "EXTERNALLY-MANAGED" Python installations. Bug Fixes --------- - Improve handling of isolated build environments on platforms that customize the Python's installation schemes, such as Debian and Homebrew. - Do not crash in presence of misformatted hash field in "direct_url.json". (From OE-Core rev: 2cab887da4618a23c1fc52d27e1061102857f470) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pip_23.0.1.bb (renamed from meta/recipes-devtools/python/python3-pip_23.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_23.0.bb b/meta/recipes-devtools/python/python3-pip_23.0.1.bb
index 8b956932c3..d9b9906ff9 100644
--- a/meta/recipes-devtools/python/python3-pip_23.0.bb
+++ b/meta/recipes-devtools/python/python3-pip_23.0.1.bb
@@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta
33 33
34SRC_URI += "file://no_shebang_mangling.patch" 34SRC_URI += "file://no_shebang_mangling.patch"
35 35
36SRC_URI[sha256sum] = "aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b" 36SRC_URI[sha256sum] = "cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024"
37 37
38do_install:append() { 38do_install:append() {
39 rm -f ${D}/${bindir}/pip 39 rm -f ${D}/${bindir}/pip