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