diff --git a/meta-python/recipes-devtools/python/python3-toposort_1.10.bb b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb index ce903dcec3..26a049f559 100644 --- a/meta-python/recipes-devtools/python/python3-toposort_1.10.bb +++ b/meta-python/recipes-devtools/python/python3-toposort_1.10.bb @@ -7,4 +7,6 @@ SRC_URI[sha256sum] = "bfbb479c53d0a696ea7402601f4e693c97b0367837c8898bc6471adfca inherit pypi python_setuptools_build_meta +DEPENDS += "python3-wheel-native" + BBCLASSEXTEND = "native"