summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-attrs_20.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-attrs_20.3.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-attrs_20.3.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta/recipes-devtools/python/python3-attrs_20.3.0.bb
deleted file mode 100644
index 55cfda7180..0000000000
--- a/meta/recipes-devtools/python/python3-attrs_20.3.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "Classes Without Boilerplate"
2HOMEPAGE = "http://www.attrs.org/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
5
6SRC_URI[sha256sum] = "832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"
7SRC_URI[md5sum] = "4fe38f89297b2b446d83190fce189f29"
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"