Since aiohttp PR #5078 was backported to 3.7 release (https://github.com/aio-libs/aiohttp/pull/5079), aiohttp depends on 'typing_extensions' python module [1], provided by python3-typing-extensions package in meta-python.
[1] https://github.com/aio-libs/aiohttp/blob/v3.7.2/setup.py#L74 Signed-off-by: Enrico Jorns <[email protected]> --- meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb index bccbd4b0e..5d62e0676 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb @@ -18,5 +18,6 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-misc \ ${PYTHON_PN}-multidict \ ${PYTHON_PN}-netserver \ + ${PYTHON_PN}-typing-extensions \ ${PYTHON_PN}-yarl \ " -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89501): https://lists.openembedded.org/g/openembedded-devel/message/89501 Mute This Topic: https://lists.openembedded.org/mt/80573538/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
