From d61b5fdac9ad3b33d9524e09928546ee0cf96fe5 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 5 Jun 2020 11:32:09 +0800 Subject: [PATCH] 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(+) 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 e567e0ba284..b950d6f632b 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 += " \