summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-zipp.inc
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-11-13 09:09:43 -0300
committerKhem Raj <raj.khem@gmail.com>2019-11-13 07:17:02 -0800
commit2c06018954a516abdc9d9186948596add41b9ac2 (patch)
tree98cdd139d1d1fd9c8ea56e7e3f61d0596f4c6a37 /meta-python/recipes-devtools/python/python-zipp.inc
parent4f6e3bc398250b926b86a02a6fe49a41717930c6 (diff)
downloadmeta-openembedded-2c06018954a516abdc9d9186948596add41b9ac2.tar.gz
python-zipp: Add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-zipp.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-zipp.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-zipp.inc b/meta-python/recipes-devtools/python/python-zipp.inc
index ba18f72161..5f63852ad9 100644
--- a/meta-python/recipes-devtools/python/python-zipp.inc
+++ b/meta-python/recipes-devtools/python/python-zipp.inc
@@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f
8 8
9DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 9DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
10RDEPENDS_${PN} += "${PYTHON_PN}-more-itertools" 10RDEPENDS_${PN} += "${PYTHON_PN}-more-itertools"
11
12BBCLASSEXTEND = "native nativesdk"