From aaaeffe8fca578abcbc19bbb306ff4a8b21bb59e Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 17 May 2023 10:06:21 +0200 Subject: [PATCH] python3-attrs: unify RDEPENDS The nativesdk and target RDEPENDS are the same and there's nothing that prohibits this package from build built for the native sysroot either. Use the global RDEPENDS instead of per-class assignments. While at it: order the dependencies alphabetically. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- meta/recipes-devtools/python/python3-attrs_23.1.0.bb | 6 +----- 1 file changed, 1 insertion(+), 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 c8e2e514a43..207636d62eb 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 += " \ ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ " -RDEPENDS:${PN}:class-target += " \ - ${PYTHON_PN}-crypt \ +RDEPENDS:${PN}+= " \ ${PYTHON_PN}-ctypes \ -" -RDEPENDS:${PN}:class-nativesdk += " \ ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-ctypes \ " BBCLASSEXTEND = "native nativesdk" -- 2.47.3