Signed-off-by: Armin Kuster <[email protected]> --- recipes-python/python/python3-ecdsa_0.15.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-python/python/python3-ecdsa_0.15.bb
diff --git a/recipes-python/python/python3-ecdsa_0.15.bb b/recipes-python/python/python3-ecdsa_0.15.bb new file mode 100644 index 0000000..79df4ed --- /dev/null +++ b/recipes-python/python/python3-ecdsa_0.15.bb @@ -0,0 +1,10 @@ +SUMMARY = "ECDSA cryptographic signature library (pure python)" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" + +PYPI_PACKAGE = "ecdsa" +SRC_URI[sha256sum] = "8f12ac317f8a1318efa75757ef0a651abe12e51fc1af8838fb91079445227277" + +inherit pypi setuptools3 + -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49870): https://lists.yoctoproject.org/g/yocto/message/49870 Mute This Topic: https://lists.yoctoproject.org/mt/75319313/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
