mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-21 06:21:23 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
413 B
BlitzBasic
14 lines
413 B
BlitzBasic
SUMMARY = "ECDSA cryptographic signature library (pure python)"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
|
|
|
|
DEPENDS += "python3-pip python3-pbr"
|
|
|
|
PYPI_PACKAGE = "ecdsa"
|
|
SRC_URI[sha256sum] = "b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
|