Skip to content

Commit

Permalink
python3-webcolors: add the missing rdepends
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mingli Yu authored and kraj committed Jun 8, 2020
1 parent 690f728 commit d61b5fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inherit pypi setuptools3 ptest

RDEPENDS_${PN}_class-target = "\
${PYTHON_PN}-stringold \
${PYTHON_PN}-typing \
"

SRC_URI += " \
Expand Down

0 comments on commit d61b5fd

Please sign in to comment.