On 6/4/20 11:32 PM, Yu, Mingli wrote:
From: Mingli Yu <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Add the missing rdepends to fix below error:
# python3
[snip]
>>> import webcolors
[snip]
ModuleNotFoundError: No module named 'typing'
Signed-off-by: Mingli Yu <[email protected]>
---
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 += " \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#84816):
https://lists.openembedded.org/g/openembedded-devel/message/84816
Mute This Topic: https://lists.openembedded.org/mt/74686548/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-