blob: b18dbaf3357042ce15e606412f720eab4d625c10 [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 Bishop00ab2372019-10-14 11:06:18 -04009SRC_URI[md5sum] = "cf33950b47b5148e29f1d62a6b6c009b"
10SRC_URI[sha256sum] = "0b199f211ae690df3db4fd6c1c4ff976497fb1da689193e368eedbadc53d9292"
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"