From b1b87f731a26346081387b8b3d8b1eddae9a80ca Mon Sep 17 00:00:00 2001 From: Enrico Jörns Date: Fri, 12 Feb 2021 01:58:41 +0100 Subject: python3-aiohttp: add missing RDEPENDS on python3-typing-extensions 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.7.3.bb') 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 bccbd4b0e9..5d62e0676c 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 \ " -- cgit v1.2.3-54-g00ecf