diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-06-05 11:32:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-08 13:58:03 -0700 |
commit | 9f3a74984ace99000065445307cb935927986395 (patch) | |
tree | 4cfd713d89efce927c6138a6f8721d05f99a9a47 | |
parent | d9a11e5017f3e4727e079324922134dbc670fdc7 (diff) | |
download | meta-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.bb | 1 |
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 | ||
10 | RDEPENDS_${PN}_class-target = "\ | 10 | RDEPENDS_${PN}_class-target = "\ |
11 | ${PYTHON_PN}-stringold \ | 11 | ${PYTHON_PN}-stringold \ |
12 | ${PYTHON_PN}-typing \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | SRC_URI += " \ | 15 | SRC_URI += " \ |