blob: 1942a1d6c501f670622986efdd252b94be11d98d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "The leading native Python SSHv2 protocol library."
HOMEPAGE = "https://github.com/paramiko/paramiko/"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
SRC_URI[sha256sum] = "e673b10ee0f1c80d46182d3af7751d033d9b573dd7054d2d0aa46be186c3c1d2"
PYPI_PACKAGE = "paramiko"
inherit pypi setuptools3
CLEANBROKEN = "1"
RDEPENDS:${PN} += "\
${PYTHON_PN}-bcrypt \
${PYTHON_PN}-cryptography \
${PYTHON_PN}-pynacl \
${PYTHON_PN}-unixadmin \
"
|