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 \ | |
" |