diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-27 07:23:34 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-28 09:14:26 +0100 |
| commit | 48c5cf7500d585f313c25a039ad671277b8f1223 (patch) | |
| tree | 0f8144b27f84ac67bbed56467a618f1422c42dce /meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | |
| parent | 78c9688fbaefe08e53f143908937d7c986d712e6 (diff) | |
| download | poky-48c5cf7500d585f313c25a039ad671277b8f1223.tar.gz | |
python3-pyopenssl: update 24.1.0 -> 24.2.1
(From OE-Core rev: d92205cddc27c154ad3b11ab265f8ad3633f0fa6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb deleted file mode 100644 index 9ef3145bf8..0000000000 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "Simple Python wrapper around the OpenSSL library" | ||
| 2 | HOMEPAGE = "https://pyopenssl.org/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | DEPENDS += "openssl python3-cryptography" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pyOpenSSL" | ||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-tests" | ||
| 14 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | ||
| 15 | |||
| 16 | RDEPENDS:${PN}:class-target = " \ | ||
| 17 | python3-cryptography \ | ||
| 18 | python3-threading \ | ||
| 19 | " | ||
| 20 | RDEPENDS:${PN}-tests = "${PN}" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
