blob: 5c379956fa0f6c257a4143c44141616001febc7a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
2HOMEPAGE = "https://github.com/pyca/pynacl"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_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"