diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_21.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-attrs_21.4.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_21.4.0.bb b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb new file mode 100644 index 0000000000..d1dde29d37 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_21.4.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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] = "626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 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" | ||
