From 1b762dc1e3a91884ce649504da787266fc53e928 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 14 Nov 2021 13:15:56 +0800 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-numpy_1.21.4.bb | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.40.1