From 47d9a840236b489b05371ceacc4e1cec863e06c6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:59:02 -0700 Subject: python3-h5py: Inherit pkgconfig Fixes error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory') Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb index cc23802626..89000b7936 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb @@ -11,7 +11,7 @@ SRC_URI:append = " \ file://0001-setup.py-Fix-numpy-version.patch \ " -inherit pypi setuptools3 +inherit pkgconfig pypi setuptools3 BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf