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 <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Mingli Yu authored and kraj committed Jun 8, 2020
1 parent d9a11e5 commit 9f3a749
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 9f3a749

Please sign in to comment.