From b7176cec9b5e11c964ec7d4ec4a7fa83e1594fb2 Mon Sep 17 00:00:00 2001 From: Guðni Már Gilbert Date: Sun, 10 Nov 2024 15:59:28 +0000 Subject: python3-twisted: remove do_install append MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-python/recipes-devtools/python') 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 056ddf4286..b097cb7fb4 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 \ -- cgit v1.2.3-54-g00ecf