mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
python3-pyopenssl: upgrade 24.3.0 -> 25.0.0
(From OE-Core rev: 98db2721ca2b1edde25cd855f102d1cb7faaa203) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
21
meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb
Normal file
21
meta/recipes-devtools/python/python3-pyopenssl_25.0.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] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16"
|
||||
|
||||
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