Message ID | 20240506185443.3715-2-gudnimar@noxmedical.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,scarthgap,1/2] python3-twisted: remove obsolete python3-twisted-flow | expand |
I see this patch was not included in the current scarthgap-next branch... friendly reminder in case this was forgotten :) If there is something wrong with this patch let me know.
Thanks Guðni for preparing this fix - this bug is affecting our team at Arm too. An update on when this is likely to be merged into scarthgap would be appreciated :) Peter On 6/3/24 18:26, Guðni Már Gilbert via lists.openembedded.org wrote: > I see this patch was not included in the current scarthgap-next > branch... friendly reminder in case this was forgotten :) > > If there is something wrong with this patch let me know. > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#110673): https://lists.openembedded.org/g/openembedded-devel/message/110673 > Mute This Topic: https://lists.openembedded.org/mt/105945947/5715260 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [peter.hoyes@arm.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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 ba5bb04db..336c17389 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() { find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; } -PACKAGES += "\ +PACKAGES =+ "\ ${PN}-zsh \ ${PN}-test \ ${PN}-protocols \