diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
index a5d77d952f..a926ac2baf 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb
@@ -20,6 +20,8 @@ RDEPENDS:${PN} = "python3-protobuf python3-typing-extensions"
 inherit python_setuptools_build_meta cython
 inherit pypi
 
+DEPENDS += "python3-wheel-native"
+
 CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
 
 # unbundling abseil-cpp needs work on dynamic linker issue
