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
committerSteve Sakoman <steve@sakoman.com>2020-05-11 06:15:14 -1000
commit5733811eeba9fd88f4a621c705a2de61b197c3d7 (patch)
tree105f799813d9c3af12c5e6ffe61cbeba54c3367c /meta/recipes-devtools/python
parent8a883c3b0773960908491c03c46e7ed320e41dc5 (diff)
downloadopenembedded-core-contrib-5733811eeba9fd88f4a621c705a2de61b197c3d7.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' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 f7c3202fde..58267966ba 100644
--- a/meta/recipes-devtools/python/python-setuptools.inc
+++ b/meta/recipes-devtools/python/python-setuptools.inc
@@ -22,6 +22,7 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-distutils \
${PYTHON_PN}-email \
${PYTHON_PN}-html \
+ ${PYTHON_PN}-json \
${PYTHON_PN}-netserver \
${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \