diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb b/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb deleted file mode 100644 index 9ef3145bf8..0000000000 --- a/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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] = "cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "pyOpenSSL" | ||
| 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" | ||
