Skip to content
Snippets Groups Projects
Commit eeefb388 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

python3-ecdsa: Port recipe from meta-homeassistant


This recipe is already included in upstream meta-python layer, but not on
dunfell branch.  For dunfell, we have been using it from meta-homeassistant,
but by porting it to this layer, we can avoid pulling in meta-homeassistant in
some cases.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent bdb23990
No related branches found
No related tags found
No related merge requests found
DESCRIPTION = "ECDSA cryptographic signature library"
HOMEPAGE = "https://github.com/warner/python-ecdsa"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
DEPENDS += "\
${PYTHON_PN}-pbr \
"
SRC_URI[md5sum] = "0ce51d17c0751e5232be4eafd69b7f13"
SRC_URI[sha256sum] = "5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884"
inherit setuptools3 pypi
# RDEPENDS_default:
RDEPENDS_${PN} += "\
${PYTHON_PN}-pbr \
"
BBCLASSEXTEND = "native nativesdk"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment