diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb
index 884d6a6771e..ecb2169a3f6 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.13.0.bb
@@ -16,7 +16,7 @@ PYPI_PACKAGE = "setuptools_rust"
 
 inherit cargo pypi python_setuptools_build_meta
 
-DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
+DEPENDS += "python3-setuptools-scm-native"
 
 RDEPENDS:${PN} += " \
     python3-json \
@@ -25,7 +25,6 @@ RDEPENDS:${PN} += " \
     python3-setuptools-scm \
     python3-shell \
     python3-typing-extensions \
-    python3-wheel \
 "
 
 BBCLASSEXTEND = "native nativesdk"
