diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:34 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:34 -0400 |
| commit | 71d6d1ee6e878b8a545fc2d936edc4605ffaa894 (patch) | |
| tree | 85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-paramiko_1.15.2.bb | |
| parent | b9b8020284e0855663f8fcf186a8db367b70c58d (diff) | |
| parent | ff75c955954b32c1aa6fa301303e9df5ef53078e (diff) | |
| download | meta-cloud-services-71d6d1ee6e878b8a545fc2d936edc4605ffaa894.tar.gz | |
Merge branch 'master' into kilo
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" | ||
