mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
26 lines
710 B
PHP
26 lines
710 B
PHP
DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
|
|
HOMEPAGE = "https://github.com/pyca/pynacl"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
|
|
|
|
PYPI_PACKAGE = "asn1crypto"
|
|
|
|
SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
|
|
SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN}_class-target += " \
|
|
${PYTHON_PN}-codecs \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-ctypes \
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-netclient \
|
|
${PYTHON_PN}-textutils \
|
|
${PYTHON_PN}-subprocess \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|