diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-19 16:07:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-20 11:39:45 +0000 |
| commit | 0b33104a973c9dee0a33254197e487e7fc6156b7 (patch) | |
| tree | 7d3e938fcd8f6263a37a131df6ccde551db84471 /meta/recipes-devtools/python/python3-numpy_1.26.4.bb | |
| parent | 4cfd0f7e4e2db19344677999572e5b71ae97dfc4 (diff) | |
| download | poky-0b33104a973c9dee0a33254197e487e7fc6156b7.tar.gz | |
python: Drop ${PYTHON_PN}
python 2 is gone and we don't need the abstraction now, drop the remaining usage
of this variable.
The definition in python3-dir.bbclass is left for now for other layers.
(From OE-Core rev: b566b1e32c7993d1ab7795562f648e52ce186a70)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 48 |
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() { | |||
| 33 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" | 33 | FILES:${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() |
| 36 | RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ | 36 | RDEPENDS:${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 | " |
| 56 | RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \ | 56 | RDEPENDS:${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 | ||
