mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f1692cde71
commit
cd32d10a8b
21
meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
Normal file
21
meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
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 python3-cryptography"
|
||||
|
||||
SRC_URI[sha256sum] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
||||
|
||||
RDEPENDS:${PN}:class-target = " \
|
||||
python3-cryptography \
|
||||
python3-threading \
|
||||
"
|
||||
RDEPENDS:${PN}-tests = "${PN}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user