mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 17:50:25 +00:00
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
22 lines
579 B
BlitzBasic
22 lines
579 B
BlitzBasic
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] = "36763b5b95c2a0dcfdf1abc48e48156ee425b21efe2f0e787c2dd5a95c0e5e79"
|
|
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-bcrypt \
|
|
python3-cryptography \
|
|
python3-logging \
|
|
python3-pynacl \
|
|
python3-unixadmin \
|
|
"
|
|
|
|
CVE_PRODUCT = "paramiko:paramiko python_software_foundation:paramiko"
|