diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paramiko_1.10.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paramiko_1.10.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko_1.10.1.bb b/meta-openstack/recipes-devtools/python/python-paramiko_1.10.1.bb new file mode 100644 index 0000000..305ccd5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-paramiko_1.10.1.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] = "4ba105e2d8535496fd633889396b20b7" | ||
| 13 | SRC_URI[sha256sum] = "5fac0dbb3d7498bf4a7e1b8fac920cb8977a90e260d43d7e30fac2d6dd5fbabc" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-pycrypto" | ||
