diff options
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.bb | 22 |
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 @@ | |||
| 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] = "4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "pyOpenSSL" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-tests" | ||
| 14 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | ||
| 15 | |||
| 16 | RDEPENDS:${PN}:class-target = " \ | ||
| 17 | python3-cryptography \ | ||
| 18 | python3-threading \ | ||
| 19 | " | ||
| 20 | RDEPENDS:${PN}-tests = "${PN}" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
