From 68e9329c479324e8ffbac86d72c0d6737c0c8f4a Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Fri, 8 May 2020 16:00:25 +0800 Subject: 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 Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') 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 \ -- cgit v1.2.3-54-g00ecf