python3-paramiko: add 2.7.0 recipe

A regression was introduced by commit ab12e48a:
[ python3-docker-compose: uprev to 1.25.0 ]

python3-docker-compose depends on python3-paramiko but that recipe does
not exist.

Port it from meta-lmp layer and uprev to the latest release 2.7.0.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Ming Liu 2019-12-07 14:21:27 +01:00 committed by Bruce Ashfield
parent ab12e48ad0
commit 6dd323eb4a

View File

@ -0,0 +1,16 @@
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[md5sum] = "b130f3e1c3442d21c1a0c9ae17776f4e"
SRC_URI[sha256sum] = "fba9c46340e3d690ad5a9d0dbf06677cd91425de3afa7e9c0c187298ee4ddd0d"
RDEPENDS_${PN} += " \
python3-bcrypt \
python3-cryptography \
python3-pyasn1 \
python3-nacl \
"