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