]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-setuptools: add the missing rdepends
authorMingli Yu <mingli.yu@windriver.com>
Fri, 8 May 2020 08:00:25 +0000 (16:00 +0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 11 May 2020 16:15:14 +0000 (06:15 -1000)
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>
meta/recipes-devtools/python/python-setuptools.inc

index f7c3202fde9ffef683631e167863a013bd99723d..58267966baef357fa8a41bf01edb709992b085bb 100644 (file)
@@ -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 \