summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-pip_24.2.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_24.2.bb b/meta/recipes-devtools/python/python3-pip_24.2.bb
index 1f8aeb35fc..5e1a467990 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"
29 29
30SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8" 30SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8"
31 31
32do_install:append() {
33 rm -f ${D}/${bindir}/pip
34}
35
36RDEPENDS:${PN} = "\ 32RDEPENDS:${PN} = "\
37 python3-compile \ 33 python3-compile \
38 python3-io \ 34 python3-io \