mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 <mingli.yu@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS_${PN}_class-target = "\
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-typing \
|
||||
"
|
||||
|
||||
SRC_URI += " \
|
||||
|
||||
Reference in New Issue
Block a user