diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-23 17:10:57 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-24 13:49:28 +0000 |
| commit | cd32d10a8bbe262771a2d7e72e110a393714f0d8 (patch) | |
| tree | 5bfd8d8df4d4fa1d3ca1af925c6ca397a7eb3723 /meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb | |
| parent | f1692cde71f24ae7c606fb8b8f8508ecb6b1ae22 (diff) | |
| download | poky-cd32d10a8bbe262771a2d7e72e110a393714f0d8.tar.gz | |
python3-pyopenssl: upgrade 24.2.1 -> 24.3.0
Changelog:
https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst
(From OE-Core rev: 8e4f378c6c93e6d7faede26134c7ed3f21295219)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb new file mode 100644 index 0000000000..b8a980be42 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | PACKAGES =+ "${PN}-tests" | ||
| 13 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target = " \ | ||
| 16 | python3-cryptography \ | ||
| 17 | python3-threading \ | ||
| 18 | " | ||
| 19 | RDEPENDS:${PN}-tests = "${PN}" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
