summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-09-01 10:47:44 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:34:43 -0400
commit0e08d98f30ca56df1d0ae442b9f9f32b11d454b4 (patch)
tree3ed3a013cd04010c3988c11beea4a9d5cd6970aa
parent20ac09b939df4826191b648d1a45351bdf86d66c (diff)
downloadmeta-cloud-services-0e08d98f30ca56df1d0ae442b9f9f32b11d454b4.tar.gz
python3-ecdsa: Remove recipe
Remove this recipe, because a higher version of the recipe exists in: meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-ecdsa.inc20
-rw-r--r--meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb2
2 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ecdsa.inc b/meta-openstack/recipes-devtools/python/python-ecdsa.inc
deleted file mode 100644
index b7c8356..0000000
--- a/meta-openstack/recipes-devtools/python/python-ecdsa.inc
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "ECDSA cryptographic signature library"
2HOMEPAGE = "https://github.com/warner/python-ecdsa"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670"
8SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
9
10inherit pypi
11
12DEPENDS += " \
13 ${PYTHON_PN}-pip \
14 ${PYTHON_PN}-pbr \
15 "
16
17# RDEPENDS_default:
18RDEPENDS_${PN} += " \
19 ${PYTHON_PN}-pbr \
20 "
diff --git a/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb b/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb
deleted file mode 100644
index 13366f4..0000000
--- a/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-ecdsa.inc
2inherit setuptools3