rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | DESCRIPTION = "Classes Without Boilerplate" |
2 | HOMEPAGE = "http://www.attrs.org/" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b" | ||||
7 | SRC_URI[md5sum] = "3f3f3e0750dab74cfa1dc8b0fd7a5f86" | ||||
8 | |||||
9 | inherit pypi | ||||
10 | |||||
11 | RDEPENDS_${PN}_class-target += " \ | ||||
12 | ${PYTHON_PN}-cryptography \ | ||||
13 | ${PYTHON_PN}-ctypes \ | ||||
14 | " |