mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
913d2891bc
commit
b02c9ed25d
23
meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb
Normal file
23
meta/recipes-devtools/python/python3-pyopenssl_24.0.0.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Simple Python wrapper around the OpenSSL library"
|
||||
HOMEPAGE = "https://pyopenssl.org/"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
DEPENDS += "openssl ${PYTHON_PN}-cryptography"
|
||||
|
||||
SRC_URI[sha256sum] = "6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf"
|
||||
|
||||
PYPI_PACKAGE = "pyOpenSSL"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
||||
|
||||
RDEPENDS:${PN}:class-target = " \
|
||||
${PYTHON_PN}-cryptography \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
RDEPENDS:${PN}-tests = "${PN}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user