summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb
new file mode 100644
index 0000000000..324847c31b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "The leading native Python SSHv2 protocol library."
2HOMEPAGE = "https://github.com/paramiko/paramiko/"
3LICENSE = "LGPL-2.1"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
5
6SRC_URI[md5sum] = "44136d79da4cd7619e368018ad022619"
7SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035"
8
9PYPI_PACKAGE = "paramiko"
10
11inherit pypi setuptools3
12
13CLEANBROKEN = "1"
14