summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-21 12:37:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-21 22:42:04 +0000
commitd6b9d0bfed56a00a2caab291ed32f707fe50562f (patch)
tree2ee46a8f6b02aea1ef375d9a0eeee20988f2d565 /meta
parentbb88c24452a01dacfc074c5a6a6c123aa16b7368 (diff)
downloadpoky-d6b9d0bfed56a00a2caab291ed32f707fe50562f.tar.gz
python3-numpy: add missing dependency for the tests
(From OE-Core rev: 3056ddfd08962114b2ee2a52bc7d421efe01bf69) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.24.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.24.2.bb b/meta/recipes-devtools/python/python3-numpy_1.24.2.bb
index 78a857bf16..bfcfc52729 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.24.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.24.2.bb
@@ -66,6 +66,7 @@ RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \
66 ${PYTHON_PN}-hypothesis \ 66 ${PYTHON_PN}-hypothesis \
67 ${PYTHON_PN}-sortedcontainers \ 67 ${PYTHON_PN}-sortedcontainers \
68 ${PYTHON_PN}-resource \ 68 ${PYTHON_PN}-resource \
69 ${PYTHON_PN}-typing-extensions \
69 ldd \ 70 ldd \
70" 71"
71 72