mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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. (From OE-Core rev: aaaeffe8fca578abcbc19bbb306ff4a8b21bb59e) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d25d6fcd0c
commit
cdd2b728d0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user