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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2020-05-22 11:33:29 +03:00 committed by Khem Raj
parent 0fef2698ee
commit 7a03c2c4fc

View File

@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN} += " \
${PYTHON_PN}-misc \
"