diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb | 6 |
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 | " |
15 | RDEPENDS_${PN}_class-nativesdk += " \ | ||
16 | ${PYTHON_PN}-crypt \ | ||
17 | ${PYTHON_PN}-ctypes \ | ||
18 | " | ||
15 | 19 | ||
16 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native nativesdk" |