diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-six.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-six.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index e54c0e8c3f..e33c01ded3 100644 --- a/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-python/recipes-devtools/python/python-six.inc | |||
@@ -13,3 +13,6 @@ do_install_append() { | |||
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-io" | 15 | RDEPENDS_${PN} += "${PYTHON_PN}-io" |
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||
18 | |||