diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 6 |
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 | ||
| 15 | RDEPENDS:${PN}:class-target += " \ | 15 | RDEPENDS:${PN}+= " \ |
| 16 | ${PYTHON_PN}-crypt \ | ||
| 17 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
| 18 | " | ||
| 19 | RDEPENDS:${PN}:class-nativesdk += " \ | ||
| 20 | ${PYTHON_PN}-crypt \ | 17 | ${PYTHON_PN}-crypt \ |
| 21 | ${PYTHON_PN}-ctypes \ | ||
| 22 | " | 18 | " |
| 23 | 19 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
