diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-paramiko.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paramiko.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko.inc b/meta-openstack/recipes-devtools/python/python-paramiko.inc new file mode 100644 index 0000000..da47c79 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-paramiko.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | SRC_URI[md5sum] = "f729a45c9122bf975b9177ec5aaa3791" | ||
| 8 | SRC_URI[sha256sum] = "f4b2edfa0d226b70bd4ca31ea7e389325990283da23465d572ed1f70a7583041" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-pycrypto" | ||
