summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-attrs_23.1.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb
index c8e2e514a4..207636d62e 100644
--- a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb
+++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb
@@ -12,13 +12,9 @@ DEPENDS += " \
12 ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ 12 ${PYTHON_PN}-hatch-fancy-pypi-readme-native \
13" 13"
14 14
15RDEPENDS:${PN}:class-target += " \ 15RDEPENDS:${PN}+= " \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \ 16 ${PYTHON_PN}-ctypes \
18"
19RDEPENDS:${PN}:class-nativesdk += " \
20 ${PYTHON_PN}-crypt \ 17 ${PYTHON_PN}-crypt \
21 ${PYTHON_PN}-ctypes \
22" 18"
23 19
24BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"