From c25b471abae6cbe5bdb68787e8cc687892d65425 Mon Sep 17 00:00:00 2001 From: Oliver Kästner Date: Fri, 7 Mar 2025 12:27:38 +0100 Subject: python3-h5py: switch to PEP-517 build backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream moved to PEP-517 builds, so use the appropriate bbclass. Signed-off-by: Oliver Kästner Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb') 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 SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" -inherit pkgconfig pypi setuptools3 cython +inherit pkgconfig pypi python_setuptools_build_meta cython BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf