[meta-virtualization] [m-c-s][PATCH 3/5] python-rsa: initial version (v3.4.2)

Mark Asselstine mark.asselstine at windriver.com
Mon Apr 30 11:51:39 PDT 2018


Needed by the python-oauth2client.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb b/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
new file mode 100644
index 0000000..c7df0a8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Pure-Python RSA implementation"
+AUTHOR = "Sybren A. Stuvel"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
+
+inherit setuptools pypi
+
+SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb"
+SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
+
+RDEPENDS_${PN} += " \
+        python-pyasn1 \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list