blob: 9b8c1cb048874b614f0cb72f6842d4bf830d2faa [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 Bishop2d39a062019-10-28 08:33:36 -04009SRC_URI[md5sum] = "fc3815cdd4812505e3ee297740c5f5d3"
10SRC_URI[sha256sum] = "87620880a477123e01177a1f73d0f327210b43a3cdbd714efcd2fa49a8d7b384"
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"