blob: f1f0a3c51b8e7fff9f3a1fd709b0c74bc30d65d6 [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 Bishopd7bf8c12018-02-25 22:55:05 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
6
7PYPI_PACKAGE = "asn1crypto"
8
Brad Bishop316dfdd2018-06-25 12:45:53 -04009SRC_URI[md5sum] = "de3520426e81a6581352d4366f310eb1"
10SRC_URI[sha256sum] = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49"
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 Bishopd7bf8c12018-02-25 22:55:05 -050023BBCLASSEXTEND = "native"