python3-h5py: Inherit pkgconfig

Fixes
error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory')

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj
2021-09-22 08:59:02 -07:00
parent ed262ee60a
commit 47d9a84023

View File

@@ -11,7 +11,7 @@ SRC_URI:append = " \
file://0001-setup.py-Fix-numpy-version.patch \
"
inherit pypi setuptools3
inherit pkgconfig pypi setuptools3
BBCLASSEXTEND = "native"