blob: 9e79c36687911fd265aa096a475321575280dfaf [file] [log] [blame]
DESCRIPTION = "The leading native Python SSHv2 protocol library."
HOMEPAGE = "https://github.com/paramiko/paramiko/"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
SRC_URI[sha256sum] = "fedc9b1dd43bc1d45f67f1ceca10bc336605427a46dcdf8dec6bfea3edf57965"
PYPI_PACKAGE = "paramiko"
inherit pypi setuptools3
CLEANBROKEN = "1"
RDEPENDS:${PN} += "\
${PYTHON_PN}-bcrypt \
${PYTHON_PN}-cryptography \
${PYTHON_PN}-pynacl \
${PYTHON_PN}-unixadmin \
"