diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb index ba5bb04db0..336c173893 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | |||
@@ -15,7 +15,7 @@ do_install:append() { | |||
15 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | 15 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; |
16 | } | 16 | } |
17 | 17 | ||
18 | PACKAGES += "\ | 18 | PACKAGES =+ "\ |
19 | ${PN}-zsh \ | 19 | ${PN}-zsh \ |
20 | ${PN}-test \ | 20 | ${PN}-test \ |
21 | ${PN}-protocols \ | 21 | ${PN}-protocols \ |