diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-28 14:35:42 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-29 17:43:04 -0800 |
commit | 3362f56e228e65e177601555ac130cb9ebb22637 (patch) | |
tree | cc816b0ad3c0e69c4f78086c92606de3fa3ba147 /meta-python | |
parent | 1c06238fc00c2147a2fca0fd542314ba4fdfe3f9 (diff) | |
download | meta-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.bb | 2 |
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 | ||
14 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" | 14 | SRC_URI[sha256sum] = "9e79019aba43cb4fda9e4d983f8e88ca0373adbb697ae9c6c43093218de28b54" |
15 | 15 | ||
16 | inherit pypi python_mesonpy cython | 16 | inherit pkgconfig pypi python_mesonpy cython |
17 | 17 | ||
18 | DEPENDS += " \ | 18 | DEPENDS += " \ |
19 | python3-numpy-native \ | 19 | python3-numpy-native \ |