summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-numpy_1.26.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.26.4.bb48
1 files changed, 24 insertions, 24 deletions
diff --git a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
index d11b03efc3..ccd08147af 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.26.4.bb
@@ -33,31 +33,31 @@ do_compile:prepend() {
33FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" 33FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a"
34 34
35# install what is needed for numpy.test() 35# install what is needed for numpy.test()
36RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ 36RDEPENDS:${PN} = "python3-unittest \
37 ${PYTHON_PN}-difflib \ 37 python3-difflib \
38 ${PYTHON_PN}-pprint \ 38 python3-pprint \
39 ${PYTHON_PN}-pickle \ 39 python3-pickle \
40 ${PYTHON_PN}-shell \ 40 python3-shell \
41 ${PYTHON_PN}-doctest \ 41 python3-doctest \
42 ${PYTHON_PN}-datetime \ 42 python3-datetime \
43 ${PYTHON_PN}-misc \ 43 python3-misc \
44 ${PYTHON_PN}-mmap \ 44 python3-mmap \
45 ${PYTHON_PN}-netclient \ 45 python3-netclient \
46 ${PYTHON_PN}-numbers \ 46 python3-numbers \
47 ${PYTHON_PN}-pydoc \ 47 python3-pydoc \
48 ${PYTHON_PN}-pkgutil \ 48 python3-pkgutil \
49 ${PYTHON_PN}-email \ 49 python3-email \
50 ${PYTHON_PN}-compression \ 50 python3-compression \
51 ${PYTHON_PN}-ctypes \ 51 python3-ctypes \
52 ${PYTHON_PN}-threading \ 52 python3-threading \
53 ${PYTHON_PN}-multiprocessing \ 53 python3-multiprocessing \
54 ${PYTHON_PN}-json \ 54 python3-json \
55" 55"
56RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \ 56RDEPENDS:${PN}-ptest += "python3-pytest \
57 ${PYTHON_PN}-hypothesis \ 57 python3-hypothesis \
58 ${PYTHON_PN}-sortedcontainers \ 58 python3-sortedcontainers \
59 ${PYTHON_PN}-resource \ 59 python3-resource \
60 ${PYTHON_PN}-typing-extensions \ 60 python3-typing-extensions \
61 ldd \ 61 ldd \
62" 62"
63 63