aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-05-22 11:33:29 +0300
committerKhem Raj <raj.khem@gmail.com>2020-05-22 09:03:04 -0700
commit7a03c2c4fccba5db1c30c4d2f58457c03ee0471a (patch)
tree864e2988054c7bd53d59e9b6798c5e5190f84c43 /meta-python/recipes-devtools/python
parent0fef2698ee1c0c5d2d3580aa468586e4522ba226 (diff)
downloadmeta-openembedded-7a03c2c4fccba5db1c30c4d2f58457c03ee0471a.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-toml_0.10.0.bb2
1 files changed, 2 insertions, 0 deletions
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 \
"