diff options
| author | hongxu <hongxu.jia@windriver.com> | 2022-09-20 19:07:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-21 06:34:45 -0700 |
| commit | a1965d0972f550387262b9db8b01728956ac1318 (patch) | |
| tree | 1eb1d3acd0e2e66603b31624f216cf5e0e7cb71c /meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb | |
| parent | 9d03f96bb18ce3cbe5902d2d0ae95b2fe5143e8c (diff) | |
| download | meta-openembedded-a1965d0972f550387262b9db8b01728956ac1318.tar.gz | |
python3-h5py: fix wrong file driver version
Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed
|>>> import h5py
|Traceback (most recent call last):
| File "<stdin>", line 1, in <module>
| File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in <module>
| from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl
| File "h5py/h5fd.pyx", line 220, in init h5py.h5fd
|RuntimeError: Wrong file driver version # (wrong file driver version #)
Initial driver version to fix the error
[1] https://github.com/HDFGroup/hdf5/commit/42b767fc67ad1e13735e3cee2077f2e108f9463e
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb index 07128bb039..ce4f05dbed 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "3fcf37884383c5da64846ab510190720027dca0768def34dd8dcb659db | |||
| 8 | 8 | ||
| 9 | SRC_URI:append = " \ | 9 | SRC_URI:append = " \ |
| 10 | file://0001-setup_build.py-avoid-absolute-path.patch \ | 10 | file://0001-setup_build.py-avoid-absolute-path.patch \ |
| 11 | file://0001-fix-wrong-file-driver-version.patch \ | ||
| 11 | " | 12 | " |
| 12 | 13 | ||
| 13 | inherit pkgconfig pypi setuptools3 | 14 | inherit pkgconfig pypi setuptools3 |
