diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2020-05-08 16:00:25 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-22 16:23:24 +0100 |
commit | 68e9329c479324e8ffbac86d72c0d6737c0c8f4a (patch) | |
tree | c95d0f141fbf5a01cae8cb04d2f889fe27c1d972 /meta | |
parent | 33763b8878ded977b6e129787e80c6baca6020f5 (diff) | |
download | poky-68e9329c479324e8ffbac86d72c0d6737c0c8f4a.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: 5733811eeba9fd88f4a621c705a2de61b197c3d7)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-setuptools.inc | 1 |
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} = "\ | |||
22 | ${PYTHON_PN}-distutils \ | 22 | ${PYTHON_PN}-distutils \ |
23 | ${PYTHON_PN}-email \ | 23 | ${PYTHON_PN}-email \ |
24 | ${PYTHON_PN}-html \ | 24 | ${PYTHON_PN}-html \ |
25 | ${PYTHON_PN}-json \ | ||
25 | ${PYTHON_PN}-netserver \ | 26 | ${PYTHON_PN}-netserver \ |
26 | ${PYTHON_PN}-numbers \ | 27 | ${PYTHON_PN}-numbers \ |
27 | ${PYTHON_PN}-pkgutil \ | 28 | ${PYTHON_PN}-pkgutil \ |