python3-pandas: Add python3-wheel-native to DEPENDS

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>
This commit is contained in:
Khem Raj
2026-08-13 20:13:31 -07:00
parent e524855830
commit 73d5c6ab2d
@@ -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"