]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pip: keep pip program name
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Thu, 19 Sep 2024 16:24:58 +0000 (10:24 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Sep 2024 14:56:27 +0000 (15:56 +0100)
Python 2.x support is long gone, and many tools expect to use pip
by that name. Keep the pip name around again.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pip_24.2.bb

index 1f8aeb35fc859aed92d6d1d22cb6ad8ca70ac979..5e1a467990ab0adf224f1dd0349a9f6998353fc4 100644 (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 \