blob: 017adfeacbe5abbf029c58e966d4cdcf47be71f2 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Python library implementing ASN.1 types."
2HOMEPAGE = "http://pyasn1.sourceforge.net/"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=425e62320d430219736139b134db2fc4"
5
6SRC_URI[md5sum] = "f00a02a631d4016818659d1cc38d229a"
7SRC_URI[sha256sum] = "853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f"
8
9inherit pypi setuptools
10
11RDEPENDS_${PN} += "python-lang python-shell"