summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb
diff options
context:
space:
mode:
authorOliver Kästner <okaestner@rosen-nxt.com>2025-03-07 12:33:07 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-08 15:04:56 -0800
commit8aa895e877e1be3597b90936e50926f811d54477 (patch)
tree8f9100c66a6302dc44857935f77b1618768cb59d /meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb
parentc25b471abae6cbe5bdb68787e8cc687892d65425 (diff)
downloadmeta-openembedded-8aa895e877e1be3597b90936e50926f811d54477.tar.gz
python3-h5py: don't enforce HDF5 version
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 <okaestner@rosen-nxt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb2
1 files changed, 0 insertions, 2 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 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 \
24 python3-six \ 24 python3-six \
25 python3-json \ 25 python3-json \
26 " 26 "
27
28export HDF5_VERSION = "1.14.0"