diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
| commit | ff75c955954b32c1aa6fa301303e9df5ef53078e (patch) | |
| tree | 85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb | |
| parent | 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff) | |
| download | meta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz | |
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb b/meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb new file mode 100644 index 0000000..a450607 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.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 = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "6bbfb328fe816c3d3652ba6528cc8b4c" | ||
| 13 | SRC_URI[sha256sum] = "4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-pycrypto" | ||
