diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-23 10:16:15 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-26 11:17:27 -0400 |
commit | ecc09d82dbb510f42f6ef640f73ff3dd088601fa (patch) | |
tree | 6b84acea1e39b44a1753854ad284c87299aa4962 /recipes-devtools/python/python3-paramiko_2.7.2.bb | |
parent | 4388e5400bd6ec1558268c61bd84ed876bf599ae (diff) | |
download | meta-virtualization-ecc09d82dbb510f42f6ef640f73ff3dd088601fa.tar.gz |
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>
Diffstat (limited to 'recipes-devtools/python/python3-paramiko_2.7.2.bb')
-rw-r--r-- | recipes-devtools/python/python3-paramiko_2.7.2.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-devtools/python/python3-paramiko_2.7.2.bb b/recipes-devtools/python/python3-paramiko_2.7.2.bb deleted file mode 100644 index 3d05efb6..00000000 --- a/recipes-devtools/python/python3-paramiko_2.7.2.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "Python module that implements the SSH2 protocol" | ||
2 | HOMEPAGE = "https://github.com/paramiko/paramiko" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035" | ||
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | python3-bcrypt \ | ||
12 | python3-cryptography \ | ||
13 | python3-pyasn1 \ | ||
14 | python3-nacl \ | ||
15 | " | ||