All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-webcolors: add the missing rdepends
@ 2020-06-05  3:32 Yu, Mingli
  2020-06-05 18:15 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2020-06-05  3:32 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import webcolors
 [snip]
 ModuleNotFoundError: No module named 'typing'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
index e567e0ba2..b950d6f63 100644
--- a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
@@ -9,6 +9,7 @@ inherit pypi setuptools3 ptest
 
 RDEPENDS_${PN}_class-target = "\
     ${PYTHON_PN}-stringold \
+    ${PYTHON_PN}-typing \
 "
 
 SRC_URI += " \
-- 
2.24.1


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

* Re: [oe] [meta-python][PATCH] python3-webcolors: add the missing rdepends
  2020-06-05  3:32 [meta-python][PATCH] python3-webcolors: add the missing rdepends Yu, Mingli
@ 2020-06-05 18:15 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-06-05 18:15 UTC (permalink / raw)
  To: Yu, Mingli, openembedded-devel

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


On 6/4/20 11:32 PM, Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
>
> Add the missing rdepends to fix below error:
>   # python3
>   [snip]
>   >>> import webcolors
>   [snip]
>   ModuleNotFoundError: No module named 'typing'
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
> index e567e0ba2..b950d6f63 100644
> --- a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb
> @@ -9,6 +9,7 @@ inherit pypi setuptools3 ptest
>   
>   RDEPENDS_${PN}_class-target = "\
>       ${PYTHON_PN}-stringold \
> +    ${PYTHON_PN}-typing \
>   "
>   
>   SRC_URI += " \
>
> 

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

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

end of thread, other threads:[~2020-06-05 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05  3:32 [meta-python][PATCH] python3-webcolors: add the missing rdepends Yu, Mingli
2020-06-05 18:15 ` [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.