diff mbox series

[meta-python] python3-pandas: Add python3-wheel-native to DEPENDS

Message ID 20260814060922.2788021-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python] python3-pandas: Add python3-wheel-native to DEPENDS | expand

Commit Message

Khem Raj Aug. 14, 2026, 6:09 a.m. UTC
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 <khem.raj@oss.qualcomm.com>
---
 meta-python/recipes-devtools/python/python3-pandas_3.0.5.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"