summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2020-05-08 16:00:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-09 18:57:21 +0100
commit51790fa49cdbb5b968b0ec94e95e9c6209a72415 (patch)
tree44cb3c2e40f8691a80d78ce6e5ed7ef6ccbf7234 /meta/recipes-devtools/python
parente9dd7659b4185587994ff9751890d556098fddb1 (diff)
downloadpoky-51790fa49cdbb5b968b0ec94e95e9c6209a72415.tar.gz
python3-setuptools: add the missing rdepends
Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools [snip] ModuleNotFoundError: No module named 'json' (From OE-Core rev: f1dce04d2643352cd7a2c5a91eefc01d52926ecd) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-setuptools.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 07c2f8b216..6726e06bef 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = "\
24 ${PYTHON_PN}-distutils \ 24 ${PYTHON_PN}-distutils \
25 ${PYTHON_PN}-email \ 25 ${PYTHON_PN}-email \
26 ${PYTHON_PN}-html \ 26 ${PYTHON_PN}-html \
27 ${PYTHON_PN}-json \
27 ${PYTHON_PN}-netserver \ 28 ${PYTHON_PN}-netserver \
28 ${PYTHON_PN}-numbers \ 29 ${PYTHON_PN}-numbers \
29 ${PYTHON_PN}-pkgutil \ 30 ${PYTHON_PN}-pkgutil \