From 7a03c2c4fccba5db1c30c4d2f58457c03ee0471a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 22 May 2020 11:33:29 +0300 Subject: python3-toml: Extend with native build variants Extend toml with native and nativesdk build variants because it is required as a dependency for other recipes such as python3-zipp. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-toml_0.10.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb b/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb index 5a7b04c9e0..b72753b80e 100644 --- a/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-toml_0.10.0.bb @@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05 inherit pypi setuptools3 +BBCLASSEXTEND = "native nativesdk" + RDEPENDS_${PN} += " \ ${PYTHON_PN}-misc \ " -- cgit v1.2.3-54-g00ecf