summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb
new file mode 100644
index 0000000000..c2a5b90515
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-attrs_20.2.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Classes Without Boilerplate"
2HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
5
6SRC_URI[sha256sum] = "26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594"
7SRC_URI[md5sum] = "7be95e1b35e9385d71a0017a48217efc"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN}_class-target += " \
12 ${PYTHON_PN}-crypt \
13 ${PYTHON_PN}-ctypes \
14"
15RDEPENDS_${PN}_class-nativesdk += " \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \
18"
19
20BBCLASSEXTEND = "native nativesdk"