All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-aiohttp: added missing RDEPENDs
@ 2020-12-02  6:19 Vyacheslav Yurkov
  2020-12-07 12:25 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Vyacheslav Yurkov @ 2020-12-02  6:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Vyacheslav Yurkov

aiohttp implicitly RDEPENDs on html, json, and socketserver modules,
which are part of python3 recipe. They can't be properly imported if
they are missing from RDEPENDS

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
---
 meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
index 6cd5a4cab..c98e3aee7 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
@@ -13,8 +13,11 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-async-timeout \
     ${PYTHON_PN}-attrs \
     ${PYTHON_PN}-chardet \
+    ${PYTHON_PN}-html \
     ${PYTHON_PN}-idna-ssl \
+    ${PYTHON_PN}-json \
     ${PYTHON_PN}-misc \
     ${PYTHON_PN}-multidict \
+    ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-yarl \
 "
-- 
2.28.0


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

* Re: [oe] [meta-python][PATCH] python3-aiohttp: added missing RDEPENDs
  2020-12-02  6:19 [meta-python][PATCH] python3-aiohttp: added missing RDEPENDs Vyacheslav Yurkov
@ 2020-12-07 12:25 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-12-07 12:25 UTC (permalink / raw)
  To: Vyacheslav Yurkov, openembedded-devel

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


On 2020-12-02 1:19 a.m., Vyacheslav Yurkov wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> aiohttp implicitly RDEPENDs on html, json, and socketserver modules,
> which are part of python3 recipe. They can't be properly imported if
> they are missing from RDEPENDS
>
> Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
> index 6cd5a4cab..c98e3aee7 100644
> --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb
> @@ -13,8 +13,11 @@ RDEPENDS_${PN} = "\
>       ${PYTHON_PN}-async-timeout \
>       ${PYTHON_PN}-attrs \
>       ${PYTHON_PN}-chardet \
> +    ${PYTHON_PN}-html \
>       ${PYTHON_PN}-idna-ssl \
> +    ${PYTHON_PN}-json \
>       ${PYTHON_PN}-misc \
>       ${PYTHON_PN}-multidict \
> +    ${PYTHON_PN}-netserver \
>       ${PYTHON_PN}-yarl \
>   "
> --
> 2.28.0
>
>
> 
>

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

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

end of thread, other threads:[~2020-12-07 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02  6:19 [meta-python][PATCH] python3-aiohttp: added missing RDEPENDs Vyacheslav Yurkov
2020-12-07 12:25 ` [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.