diff --git a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb index 6b96f5775c..876a224d90 100644 --- a/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb @@ -7,6 +7,8 @@ SRC_URI[sha256sum] = "fcd551b8dda66b44e9f9e6d6bbbee3a1145a22447c0a556e5d0fb1ad1e inherit pypi python_setuptools_build_meta ptest-python-pytest +DEPENDS += "python3-wheel-native" + RDEPENDS:${PN} += "python3-numbers" BBCLASSEXTEND = "native nativesdk"