Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "A collection of ASN.1-based protocols modules." |
| 2 | DESCRIPTION = "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.)." |
| 5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" |
| 6 | LICENSE = "BSD-2-Clause" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ac3f9ca693006349094b358ab3155" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | SRC_URI[md5sum] = "65ce1ea1021679bffe96065baab232de" |
| 10 | SRC_URI[sha256sum] = "a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 11 | |
| 12 | inherit pypi |
| 13 | |
| 14 | RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1" |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |