mirror of
https://git.yoctoproject.org/poky
synced 2026-02-02 23:08:43 +01:00
(From OE-Core rev: 98db2721ca2b1edde25cd855f102d1cb7faaa203) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
606 B
BlitzBasic
22 lines
606 B
BlitzBasic
SUMMARY = "Simple Python wrapper around the OpenSSL library"
|
|
HOMEPAGE = "https://pyopenssl.org/"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
DEPENDS += "openssl python3-cryptography"
|
|
|
|
SRC_URI[sha256sum] = "cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PACKAGES =+ "${PN}-tests"
|
|
FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
|
|
|
RDEPENDS:${PN}:class-target = " \
|
|
python3-cryptography \
|
|
python3-threading \
|
|
"
|
|
RDEPENDS:${PN}-tests = "${PN}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|