summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb
new file mode 100644
index 0000000000..5b4f7eb93f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "ECDSA cryptographic signature library (pure python)"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
5
6PYPI_PACKAGE = "ecdsa"
7SRC_URI[sha256sum] = "60eaad1199659900dd0af521ed462b793bbdf867432b3948e87416ae4caf6bf8"
8
9inherit pypi setuptools3 python3native
10
11RDEPENDS:${PN} += "python3-six python3-gmpy2"
12
13BBCLASSEXTEND = "native nativesdk"
14
15do_install:append() {
16 rm ${D}${PYTHON_SITEPACKAGES_DIR}/ecdsa/test_*.py
17}