All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-aiohttp: add missing RDEPENDS on python3-typing-extensions
@ 2021-02-12  0:58 Enrico Jörns
  2021-02-16 12:58 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Jörns @ 2021-02-12  0:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ejo

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 <ejo@pengutronix.de>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-aiohttp: add missing RDEPENDS on python3-typing-extensions
  2021-02-12  0:58 [meta-python][PATCH] python3-aiohttp: add missing RDEPENDS on python3-typing-extensions Enrico Jörns
@ 2021-02-16 12:58 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2021-02-16 12:58 UTC (permalink / raw)
  To: Enrico Jörns, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]


On 2021-02-11 7:58 p.m., Enrico Jörns wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> 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 <ejo@pengutronix.de>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   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
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2144 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-16 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12  0:58 [meta-python][PATCH] python3-aiohttp: add missing RDEPENDS on python3-typing-extensions Enrico Jörns
2021-02-16 12:58 ` [oe] " Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.