[meta-python][PATCH] python3-pandas: Add python3-wheel-native to DEPENDS
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Fixes | * Getting build dependencies for wheel... | | ERROR Unmet dependencies (checked against <sysroot-native>/usr/bin/nativepython3): | wheel | wanted: any | found: not installed Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb b/meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb index 407503277e..a9bae34f72 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb @@ -17,6 +17,7 @@ inherit pkgconfig pypi python_mesonpy cython DEPENDS += " \ python3-numpy \ python3-versioneer-native \ + python3-wheel-native \ " CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations"