python3-pip: keep pip program name

Python 2.x support is long gone, and many tools expect to use pip
by that name. Keep the pip name around again.

(From OE-Core rev: 0259bc27842ddff8ffb83b6003cf4ec0273cafe1)

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Daniel McGregor
2024-09-19 10:24:58 -06:00
committed by Richard Purdie
parent a827c8133b
commit 924fe94ff5

View File

@@ -29,10 +29,6 @@ SRC_URI += "file://no_shebang_mangling.patch"
SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8"
do_install:append() {
rm -f ${D}/${bindir}/pip
}
RDEPENDS:${PN} = "\
python3-compile \
python3-io \