python3-paramiko: drop in favour of meta-python recipe

meta-python has the exact same version of this recipe, with only
minor differences.

Our copy is no longer needed, and in fact, is taking precedence
over a base build, changing signatures and breaking yocto compatibility.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-04-23 10:16:15 -04:00
parent 4388e5400b
commit ecc09d82db

View File

@ -1,15 +0,0 @@
SUMMARY = "Python module that implements the SSH2 protocol"
HOMEPAGE = "https://github.com/paramiko/paramiko"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
inherit pypi setuptools3
SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035"
RDEPENDS_${PN} += " \
python3-bcrypt \
python3-cryptography \
python3-pyasn1 \
python3-nacl \
"