diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-01-05 14:36:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-08 19:54:38 -0800 |
commit | 8b100a34f640afda22ef75692fa068a9c7aee716 (patch) | |
tree | f1766533ef588ced595b04865fd6e60abfbbd943 /meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb | |
parent | 9c91e6018dc32ee337b6d2f47538ffda3742cc58 (diff) | |
download | meta-openembedded-8b100a34f640afda22ef75692fa068a9c7aee716.tar.gz |
python3-h5py: backport a cython 3.x compatibility patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb index e772106857..8a9158525e 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049" | 7 | SRC_URI[sha256sum] = "d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049" |
8 | 8 | ||
9 | SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" | 9 | SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch \ |
10 | file://0001-Fix-Cython-3-compatibility.patch" | ||
10 | 11 | ||
11 | inherit pkgconfig pypi setuptools3 | 12 | inherit pkgconfig pypi setuptools3 |
12 | 13 | ||