summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-asn1crypto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-asn1crypto.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
deleted file mode 100644
index de6e1a55bb..0000000000
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
2HOMEPAGE = "https://github.com/wbond/asn1crypto"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
6
7PYPI_PACKAGE = "asn1crypto"
8
9SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a"
10SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d"
11
12inherit pypi
13
14RDEPENDS_${PN}_class-target += " \
15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-crypt \
17 ${PYTHON_PN}-ctypes \
18 ${PYTHON_PN}-datetime \
19 ${PYTHON_PN}-io \
20 ${PYTHON_PN}-netclient \
21"
22
23BBCLASSEXTEND = "native nativesdk"