summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rsa.inc13
-rw-r--r--meta-openstack/recipes-devtools/python/python-rsa_3.4.2.bb15
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb2
3 files changed, 17 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rsa.inc b/meta-openstack/recipes-devtools/python/python-rsa.inc
new file mode 100644
index 0000000..ccb65d5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rsa.inc
@@ -0,0 +1,13 @@
1SUMMARY = "Pure-Python RSA implementation"
2AUTHOR = "Sybren A. Stuvel"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634"
5
6inherit pypi
7
8SRC_URI[md5sum] = "b315f47882c24030ee6b5aad628cccdb"
9SRC_URI[sha256sum] = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5"
10
11RDEPENDS_${PN} += " \
12 ${PYTHON_PN}-pyasn1 \
13 "
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 "
diff --git a/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb b/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
new file mode 100644
index 0000000..2d6c93c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
@@ -0,0 +1,2 @@
1inherit setuptools3
2require python-rsa.inc