-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Description
I noticed when upgrading a project to Kirkstone that Twisted 22.2.0 is missing two runtime dependencies which were later added with these following commits, but haven't been backported:
- https://git.openembedded.org/meta-openembedded/commit/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb?h=mickledore&id=78386ad01d963b84749c28d6d0c312405f778287
- https://git.openembedded.org/meta-openembedded/commit/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb?h=mickledore&id=0cd4da100fc2874c233155c88be2e6dc376567a0
I currently have a bbappend file in my project to resolve this, but it would be nice to fix the Kirkstone LTS branch.
Adding python3-typing-extensions and python3-asyncio to RDEPENDS:${PN}-core should resolve the issue. Minimum requirement for python3-typing-extensions is 3.6.5, and the OpenEmbedded recipe provides version 3.10.0.0 ✔️
I can try submit a patch for this, but wanted to ask first if a fix like this is considered for merging? This is merely just to fix the recipe upstream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels