From 9f3a74984ace99000065445307cb935927986395 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 5 Jun 2020 11:32:09 +0800 Subject: python3-webcolors: add the missing rdepends Add the missing rdepends to fix below error: # python3 [snip] >>> import webcolors [snip] ModuleNotFoundError: No module named 'typing' Signed-off-by: Mingli Yu Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') 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 e567e0ba28..b950d6f632 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 += " \ -- cgit v1.2.3-54-g00ecf