diff mbox series

[1/3] python3-pip: keep pip program name

Message ID 20240919162500.2642940-1-danismostlikely@gmail.com
State New
Headers show
Series [1/3] python3-pip: keep pip program name | expand

Commit Message

Dan McGregor Sept. 19, 2024, 4:24 p.m. UTC
From: Daniel McGregor <daniel.mcgregor@vecima.com>

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

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
---
 meta/recipes-devtools/python/python3-pip_24.2.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pip_24.2.bb b/meta/recipes-devtools/python/python3-pip_24.2.bb
index 1f8aeb35fc8..5e1a467990a 100644
--- a/meta/recipes-devtools/python/python3-pip_24.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_24.2.bb
@@ -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 \