summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-06-05 11:32:09 +0800
committerKhem Raj <raj.khem@gmail.com>2020-06-08 13:58:03 -0700
commit9f3a74984ace99000065445307cb935927986395 (patch)
tree4cfd713d89efce927c6138a6f8721d05f99a9a47
parentd9a11e5017f3e4727e079324922134dbc670fdc7 (diff)
downloadmeta-openembedded-9f3a74984ace99000065445307cb935927986395.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb1
1 files changed, 1 insertions, 0 deletions
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 e567e0ba28..b950d6f632 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
9 9
10RDEPENDS_${PN}_class-target = "\ 10RDEPENDS_${PN}_class-target = "\
11 ${PYTHON_PN}-stringold \ 11 ${PYTHON_PN}-stringold \
12 ${PYTHON_PN}-typing \
12" 13"
13 14
14SRC_URI += " \ 15SRC_URI += " \