diff options
| author | zhengrq <zhengrq.fnst@cn.fujitsu.com> | 2017-11-16 00:09:24 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-15 16:01:54 -0500 |
| commit | 885a777244fe2d08af8276b95acf68ffa5096030 (patch) | |
| tree | 354d3ae29d23a7836c38bf8e50f412ffa40c52da /meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb | |
| parent | dfa434bd5c12366d3745609fa042c5e16974c988 (diff) | |
| download | meta-cloud-services-885a777244fe2d08af8276b95acf68ffa5096030.tar.gz | |
python-paramiko: upgrade to 2.4.0
1) Upgrade python-paramiko from 2.2.1 to 2.4.0.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb new file mode 100644 index 0000000..52d0cda --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-paramiko_2.4.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "SSH2 protocol library" | ||
| 2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "paramiko" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/c8/de/791773d6a4b23327c7475ae3d7ada0d07fa147bf77fb6f561a4a7d8afd11/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "ed6d085a5e5369817e49cf1315b32eba" | ||
| 13 | SRC_URI[sha256sum] = "486f637f0a33a4792e0e567be37426c287efaa8c4c4a45e3216f9ce7fd70b1fc" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-pycrypto" | ||
