From: Yi Zhao Date: Sun, 14 Nov 2021 05:15:56 +0000 (+0800) Subject: python3-numpy: add python3-json to RDEPENDS X-Git-Tag: uninative-3.5~833 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b762dc1e3a91884ce649504da787266fc53e928;p=openembedded-core.git python3-numpy: add python3-json to RDEPENDS Fixes: $ python3 >>> import numpy Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.10/site-packages/numpy/__init__.py", line 138, in from ._version import get_versions File "/usr/lib/python3.10/site-packages/numpy/_version.py", line 7, in import json ModuleNotFoundError: No module named 'json' >>> Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-numpy_1.21.4.bb b/meta/recipes-devtools/python/python3-numpy_1.21.4.bb index 8988a5bc39..a3ea4ab5aa 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.21.4.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.21.4.bb @@ -47,6 +47,7 @@ RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-multiprocessing \ + ${PYTHON_PN}-json \ " RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \ ${PYTHON_PN}-hypothesis \