blob: 87dbd1d3c3677dce5a0c5e62cd3c492ceabb4508 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "A collection of ASN.1-based protocols modules."
2DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\
3 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\
4 data structures (X.509, PKCS etc.)."
5HOMEPAGE = "https://github.com/etingof/pyasn1-modules"
6LICENSE = "BSD-2-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ac3f9ca693006349094b358ab3155"
8
9SRC_URI[md5sum] = "65ce1ea1021679bffe96065baab232de"
10SRC_URI[sha256sum] = "a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547"
11
12inherit pypi
13
14RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1"
15
16BBCLASSEXTEND = "native nativesdk"