mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
20 lines
509 B
BlitzBasic
20 lines
509 B
BlitzBasic
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 \
|
|
"
|