From 73d5c6ab2d91139e02d3f342a216c22c0f214ea9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 13 Aug 2026 20:13:31 -0700 Subject: [PATCH] python3-pandas: Add python3-wheel-native to DEPENDS Fixes | * Getting build dependencies for wheel... | | ERROR Unmet dependencies (checked against /usr/bin/nativepython3): | wheel | wanted: any | found: not installed Signed-off-by: Khem Raj --- 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"