diff options
| author | Oliver Kästner <okaestner@rosen-nxt.com> | 2025-03-07 12:27:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-08 15:04:56 -0800 |
| commit | c25b471abae6cbe5bdb68787e8cc687892d65425 (patch) | |
| tree | 9575444daebeaeb0d9251bfd0d47ca7a0643afd1 /meta-python | |
| parent | 6cf4cf8b1b218a998020fb70f814373ced20be18 (diff) | |
| download | meta-openembedded-c25b471abae6cbe5bdb68787e8cc687892d65425.tar.gz | |
python3-h5py: switch to PEP-517 build backend
Upstream moved to PEP-517 builds, so use the appropriate bbclass.
Signed-off-by: Oliver Kästner <okaestner@rosen-nxt.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb index eed44369a8..a406dd630d 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b | |||
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" | 9 | SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" |
| 10 | 10 | ||
| 11 | inherit pkgconfig pypi setuptools3 cython | 11 | inherit pkgconfig pypi python_setuptools_build_meta cython |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | 14 | ||
