blob: de6e1a55bb0b2503f932a9718841603a535f6446 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
2HOMEPAGE = "https://github.com/wbond/asn1crypto"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05003SECTION = "devel/python"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004LICENSE = "MIT"
Brad Bishop00ab2372019-10-14 11:06:18 -04005LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
7PYPI_PACKAGE = "asn1crypto"
8
Brad Bishope42b3e32020-01-15 22:08:42 -05009SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a"
10SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011
12inherit pypi
Brad Bishop316dfdd2018-06-25 12:45:53 -040013
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
Brad Bishop779d0ac2019-09-27 08:23:48 -040023BBCLASSEXTEND = "native nativesdk"