summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-01-28 14:35:42 -0800
committerKhem Raj <raj.khem@gmail.com>2025-01-29 17:43:04 -0800
commit3362f56e228e65e177601555ac130cb9ebb22637 (patch)
treecc816b0ad3c0e69c4f78086c92606de3fa3ba147 /meta-python
parent1c06238fc00c2147a2fca0fd542314ba4fdfe3f9 (diff)
downloadmeta-openembedded-3362f56e228e65e177601555ac130cb9ebb22637.tar.gz
python3-pandas: Inherit pkgconfig class
Ensure pkg-config is found during the build. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
index 1e7bb1f3f6..c12a237653 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
13 13
14SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" 14SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54"
15 15
16inherit pypi python_mesonpy cython 16inherit pkgconfig pypi python_mesonpy cython
17 17
18DEPENDS += " \ 18DEPENDS += " \
19 python3-numpy-native \ 19 python3-numpy-native \