Skip to content

Commit

Permalink
python3-paramiko: Added recipe
Browse files Browse the repository at this point in the history
Created Python3 recipe for paramiko.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
colin-pm authored and kraj committed Aug 2, 2020
1 parent 53f2b3c commit aaaab7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions meta-python/recipes-devtools/python/python3-paramiko_2.7.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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[md5sum] = "bf8239dc820ca86dd3c3226f4281c35f"
SRC_URI[sha256sum] = "920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f"

PYPI_PACKAGE = "paramiko"

inherit pypi setuptools3

CLEANBROKEN = "1"

0 comments on commit aaaab7f

Please sign in to comment.