summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
index b3739fda8c..7ff8049e52 100644
--- a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
@@ -12,5 +12,9 @@ RDEPENDS_${PN}_class-target += " \
12 ${PYTHON_PN}-crypt \ 12 ${PYTHON_PN}-crypt \
13 ${PYTHON_PN}-ctypes \ 13 ${PYTHON_PN}-ctypes \
14" 14"
15RDEPENDS_${PN}_class-nativesdk += " \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \
18"
15 19
16BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native nativesdk"