Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | DESCRIPTION = "The leading native Python SSHv2 protocol library." |
| 2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" |
| 5 | |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "93cdce625a8a1dc12204439d45033f3261bdb2c201648cfcdc06f9fd0f94ec29" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "paramiko" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | CLEANBROKEN = "1" |
| 13 | |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 14 | RDEPENDS:${PN} += " \ |
| 15 | python3-bcrypt \ |
| 16 | python3-cryptography \ |
| 17 | python3-logging \ |
| 18 | python3-pynacl \ |
| 19 | python3-unixadmin \ |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 20 | " |