mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-ecdsa: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
13
meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb
Normal file
13
meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
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] = "8f12ac317f8a1318efa75757ef0a651abe12e51fc1af8838fb91079445227277"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-six python3-gmpy2 python3-pbr"
|
||||
Reference in New Issue
Block a user