summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-10 09:07:56 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-14 23:16:41 -0500
commitff58422e0d9e1047c409e8e02497f14b02838bd7 (patch)
tree4fcad504e4619aa9283d92b5a7ac75324152e2e2
parentdd6217d3e0f34ba062cebf6b4151853ee5759de4 (diff)
downloadmeta-cloud-services-ff58422e0d9e1047c409e8e02497f14b02838bd7.tar.gz
python3-paramiko: remove recipe
Remove this recipe, because a higher version of the recipe exists in: meta-virtualization/recipes-devtools/python/python3-paramiko_2.7.0.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-paramiko.inc12
-rw-r--r--meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb2
2 files changed, 0 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko.inc b/meta-openstack/recipes-devtools/python/python-paramiko.inc
deleted file mode 100644
index da47c79..0000000
--- a/meta-openstack/recipes-devtools/python/python-paramiko.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "SSH2 protocol library"
2HOMEPAGE = "https://github.com/paramiko/paramiko/"
3SECTION = "devel/python"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
6
7SRC_URI[md5sum] = "f729a45c9122bf975b9177ec5aaa3791"
8SRC_URI[sha256sum] = "f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto"
diff --git a/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb b/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb
deleted file mode 100644
index 97e56e1..0000000
--- a/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-paramiko.inc