mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
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:
committed by
Richard Purdie
parent
a827c8133b
commit
924fe94ff5
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user