blob: bd0f7ee2c63757286fbc6d1f8e8c7f30840aa7c7 [file] [log] [blame]
Brad Bishop00111322018-04-01 22:23:53 -04001DESCRIPTION = "Classes Without Boilerplate"
2HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
5
Brad Bishopc342db32019-05-15 21:57:59 -04006SRC_URI[sha256sum] = "f0b870f674851ecbfbbbd364d6b5cbdff9dcedbc7f3f5e18a6891057f21fe399"
7SRC_URI[md5sum] = "2be7bce157988928f5ff2bb50a0b510d"
Brad Bishop00111322018-04-01 22:23:53 -04008
9inherit pypi
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11RDEPENDS_${PN}_class-target += " \
Brad Bishop19323692019-04-05 15:28:33 -040012 ${PYTHON_PN}-crypt \
Brad Bishop316dfdd2018-06-25 12:45:53 -040013 ${PYTHON_PN}-ctypes \
Brad Bishop19323692019-04-05 15:28:33 -040014"
Brad Bishop26bdd442019-08-16 17:08:17 -040015
16BBCLASSEXTEND = "native"