summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
new file mode 100644
index 0000000000..b8a980be42
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
@@ -0,0 +1,21 @@
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] = "49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36"
9
10inherit pypi setuptools3
11
12PACKAGES =+ "${PN}-tests"
13FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
14
15RDEPENDS:${PN}:class-target = " \
16 python3-cryptography \
17 python3-threading \
18"
19RDEPENDS:${PN}-tests = "${PN}"
20
21BBCLASSEXTEND = "native nativesdk"