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>
This commit is contained in:
Oliver Kästner
2025-03-07 12:33:07 +01:00
committed by Khem Raj
parent c25b471aba
commit 8aa895e877

View File

@@ -24,5 +24,3 @@ RDEPENDS:${PN} = "python3-numpy \
python3-six \
python3-json \
"
export HDF5_VERSION = "1.14.0"