summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
diff options
context:
space:
mode:
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>2019-10-22 16:17:52 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-22 22:59:26 -0400
commitc00c02f287649fe7ab05f4835daf818184d309b3 (patch)
treed180b862575f516ab9cf89248935ea0809bbb0b0 /meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
parent9f7db21e622401a50641f524978d543e9b893492 (diff)
downloadmeta-cloud-services-c00c02f287649fe7ab05f4835daf818184d309b3.tar.gz
python-rsa: add python3 version
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb15
1 files changed, 2 insertions, 13 deletions
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
index c7df0a8..349e7cd 100644
--- a/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb
@@ -1,13 +1,2 @@
1SUMMARY = "Pure-Python RSA implementation" 1inherit setuptools
2AUTHOR = "Sybren A. Stuvel" 2require python-rsa.inc
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
5
6inherit setuptools pypi
7
8SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb"
9SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
10
11RDEPENDS_${PN} += " \
12 python-pyasn1 \
13 "