diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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 | |||
10 | 10 | ||
11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
12 | 12 | ||
13 | do_install:append() { | ||
14 | # remove some useless files before packaging | ||
15 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | ||
16 | } | ||
17 | |||
18 | PACKAGES =+ "\ | 13 | PACKAGES =+ "\ |
19 | ${PN}-zsh \ | 14 | ${PN}-zsh \ |
20 | ${PN}-test \ | 15 | ${PN}-test \ |