mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

License-Update: add "and the attrs contributors" to Copyright (From OE-Core rev: 35a6c10b77b8f400d63a81d02cf0fa0ebb4048df) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
516 B
BlitzBasic
20 lines
516 B
BlitzBasic
DESCRIPTION = "Classes Without Boilerplate"
|
|
HOMEPAGE = "http://www.attrs.org/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
|
|
|
|
SRC_URI[sha256sum] = "29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
RDEPENDS:${PN}:class-target += " \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-ctypes \
|
|
"
|
|
RDEPENDS:${PN}:class-nativesdk += " \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-ctypes \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|