From 8aa895e877e1be3597b90936e50926f811d54477 Mon Sep 17 00:00:00 2001 From: Oliver Kästner Date: Fri, 7 Mar 2025 12:33:07 +0100 Subject: python3-h5py: don't enforce HDF5 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The library version to link against can be automatically detected. This fixes the following runtime warning: >>> import h5py /usr/lib/python3.13/site-packages/h5py/__init__.py:36: UserWarning: h5py is running against HDF5 1.14.4 when it was built against 1.14.0, this may cause problems _warn(("h5py is running against HDF5 {0} when it was built against {1}, " 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, 2 deletions(-) (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 a406dd630d..aa8a21c783 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 @@ -24,5 +24,3 @@ RDEPENDS:${PN} = "python3-numpy \ python3-six \ python3-json \ " - -export HDF5_VERSION = "1.14.0" -- cgit v1.2.3-54-g00ecf