aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
index c9c6f9a62e..f330376243 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
@@ -14,5 +14,7 @@ SRC_URI[sha256sum] = "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253a
inherit pypi setuptools3
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-stringold \
+ python3-stringold \
"
+
+BBCLASSEXTEND = "native nativesdk"