mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
21 lines
499 B
BlitzBasic
21 lines
499 B
BlitzBasic
SUMMARY = "Classes Without Boilerplate"
|
|
HOMEPAGE = "http://www.attrs.org/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
|
|
|
|
SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-hatch-vcs-native \
|
|
${PYTHON_PN}-hatch-fancy-pypi-readme-native \
|
|
"
|
|
|
|
RDEPENDS:${PN}+= " \
|
|
${PYTHON_PN}-ctypes \
|
|
${PYTHON_PN}-crypt \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|