mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
python3-pip: update 22.3 -> 22.3.1
Bug Fixes ----------- Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to correctly account for multi-digit Python version segments (e.g. the "11" part of 3.11). (#11547) (From OE-Core rev: 015eb64e2781e03248c6a11b109253a3f12e96dc) 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
868052c5f2
commit
a56d78fc2a
@@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI += "file://no_shebang_mangling.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530"
|
||||
SRC_URI[sha256sum] = "65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38"
|
||||
|
||||
do_install:append() {
|
||||
rm -f ${D}/${bindir}/pip
|
||||
Reference in New Issue
Block a user