diff --git a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
index 35769b45c4..e86d7553ca 100644
--- a/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb
@@ -6,6 +6,8 @@ DEPENDS += "python3-setuptools-scm-native"
 SRC_URI[sha256sum] = "18743bd5a0621bfe2cf8d519e4c3bfdf57a269c15d1ced3fb4b64e0ff4600656"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest
+
+DEPENDS += "python3-wheel-native"
 PYPI_PACKAGE = "flexcache"
 
 PTEST_PYTEST_DIR = "flexcache/testsuite"
