diff mbox series

[meta-python,1/2] python3-twisted: remove do_install append

Message ID 20241110155929.4678-1-gudni.m.g@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-twisted: remove do_install append | expand

Commit Message

Guðni Már Gilbert Nov. 10, 2024, 3:59 p.m. UTC
It looks like it doesn't remove any files today. So I propose
we simply remove this append to do_install to clean up the recipe

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
 .../recipes-devtools/python/python3-twisted_24.10.0.bb       | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
index 056ddf428..b097cb7fb 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb
@@ -10,11 +10,6 @@  SRC_URI[sha256sum] = "02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d
 
 inherit pypi python_hatchling
 
-do_install:append() {
-    # remove some useless files before packaging
-    find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \;
-}
-
 PACKAGES =+ "\
     ${PN}-zsh \
     ${PN}-test \