aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2018-07-23 21:29:46 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-26 20:10:07 -0700
commit6beba13db45b19e5a7db0362fc4efbe77fab7cdd (patch)
treef5e4969670570ca92c67af4ad4f43bea83022b35 /meta-python/recipes-devtools
parent08355759b158f4098170a6bc64a26deae065bce8 (diff)
downloadmeta-openembedded-contrib-6beba13db45b19e5a7db0362fc4efbe77fab7cdd.tar.gz
python-pyperclip: add native and nativesdk
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-pyperclip.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyperclip.inc b/meta-python/recipes-devtools/python/python-pyperclip.inc
index 205038be88..4ee47eef59 100644
--- a/meta-python/recipes-devtools/python/python-pyperclip.inc
+++ b/meta-python/recipes-devtools/python/python-pyperclip.inc
@@ -10,3 +10,5 @@ inherit pypi
RDEPENDS_${PN} += " \
${PYTHON_PN}-ctypes \
"
+
+BBCLASSEXTEND = "native nativesdk"