Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | DESCRIPTION = "Classes Without Boilerplate" |
| 2 | HOMEPAGE = "http://www.attrs.org/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" |
| 7 | |
| 8 | inherit pypi python_setuptools_build_meta |
| 9 | |
| 10 | RDEPENDS:${PN}:class-target += " \ |
| 11 | ${PYTHON_PN}-crypt \ |
| 12 | ${PYTHON_PN}-ctypes \ |
| 13 | " |
| 14 | RDEPENDS:${PN}:class-nativesdk += " \ |
| 15 | ${PYTHON_PN}-crypt \ |
| 16 | ${PYTHON_PN}-ctypes \ |
| 17 | " |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |