diff options
3 files changed, 16 insertions, 12 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" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko_2.6.0.bb b/meta-openstack/recipes-devtools/python/python-paramiko_2.6.0.bb index 2b2c8e8..fedbf86 100644 --- a/meta-openstack/recipes-devtools/python/python-paramiko_2.6.0.bb +++ b/meta-openstack/recipes-devtools/python/python-paramiko_2.6.0.bb | |||
@@ -1,12 +1,2 @@ | |||
1 | DESCRIPTION = "SSH2 protocol library" | 1 | inherit setuptools |
2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" | 2 | require python-paramiko.inc |
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 setuptools pypi | ||
11 | |||
12 | RDEPENDS_${PN} += "python-pycrypto" | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb b/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb new file mode 100644 index 0000000..97e56e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-paramiko_2.6.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-paramiko.inc | ||