On 6/4/20 11:32 PM, Yu, Mingli wrote: > From: Mingli Yu Acked-by: Trevor Gamblin > > Add the missing rdepends to fix below error: > # python3 > [snip] > >>> import webcolors > [snip] > ModuleNotFoundError: No module named 'typing' > > Signed-off-by: Mingli Yu > --- > 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 += " \ > >