summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-10-27 13:03:53 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:33:06 -0500
commit6de00e77b5a7b0bfff6e304dba91dd4859948e36 (patch)
treeb1dbf6b23012ff7b109010d99dc0451b06abadc0
parenta11c7db3a0deb85fbaed391e7e94a77d007ebec3 (diff)
downloadmeta-cloud-services-6de00e77b5a7b0bfff6e304dba91dd4859948e36.tar.gz
python3-rsa: Remove recipe
Remove this recipe, because a higher version of the recipe exists in: meta-openembedded/meta-python/recipes-devtools/python/python3-rsa_4.6.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-rsa.inc13
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb2
2 files changed, 0 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rsa.inc b/meta-openstack/recipes-devtools/python/python-rsa.inc
deleted file mode 100644
index ccb65d5..0000000
--- a/meta-openstack/recipes-devtools/python/python-rsa.inc
+++ /dev/null
@@ -1,13 +0,0 @@
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/python3-rsa_3.4.2.bb b/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
deleted file mode 100644
index 2d6c93c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-rsa_3.4.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-rsa.inc