diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 23 |
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 @@ | |||
1 | DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" | ||
2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" | ||
6 | |||
7 | PYPI_PACKAGE = "asn1crypto" | ||
8 | |||
9 | SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a" | ||
10 | SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d" | ||
11 | |||
12 | inherit pypi | ||
13 | |||
14 | RDEPENDS_${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 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||