diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-02 08:21:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-14 13:53:36 +0000 |
| commit | b02c9ed25d6b9a92910ba5aa8944aa56a63ac3fe (patch) | |
| tree | dad9ca4b526a58c0c63470ac2ea3ca1aafdb869b /meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb | |
| parent | 913d2891bcf4ac9add9714331e22a7cb2454f175 (diff) | |
| download | poky-b02c9ed25d6b9a92910ba5aa8944aa56a63ac3fe.tar.gz | |
python3-pyopenssl: upgrade 23.3.0 -> 24.0.0
Changelog:
-Added OpenSSL.SSL.Connection.get_selected_srtp_profile to determine which SRTP
profile was negotiated.
(From OE-Core rev: fc93e8cfe0dde7dd17bd55bccc8a64011b26f1b1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb new file mode 100644 index 0000000000..47850220ea --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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 ${PYTHON_PN}-cryptography" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf" | ||
| 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 | ${PYTHON_PN}-cryptography \ | ||
| 18 | ${PYTHON_PN}-six \ | ||
| 19 | ${PYTHON_PN}-threading \ | ||
| 20 | " | ||
| 21 | RDEPENDS:${PN}-tests = "${PN}" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
