mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1666d1fc7d
commit
4b6a474248
@@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI += "file://no_shebang_mangling.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b"
|
||||
SRC_URI[sha256sum] = "cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024"
|
||||
|
||||
do_install:append() {
|
||||
rm -f ${D}/${bindir}/pip
|
||||
Reference in New Issue
Block a user