summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb
new file mode 100644
index 0000000000..d9ccd553a1
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pyopenssl_24.2.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Simple Python wrapper around the OpenSSL library"
2HOMEPAGE = "https://pyopenssl.org/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6DEPENDS += "openssl python3-cryptography"
7
8SRC_URI[sha256sum] = "4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95"
9UPSTREAM_CHECK_PYPI_PACKAGE = "pyOpenSSL"
10
11inherit pypi setuptools3
12
13PACKAGES =+ "${PN}-tests"
14FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
15
16RDEPENDS:${PN}:class-target = " \
17 python3-cryptography \
18 python3-threading \
19"
20RDEPENDS:${PN}-tests = "${PN}"
21
22BBCLASSEXTEND = "native nativesdk"