blob: 579ca60c102c8ac33b892b752e8f03c45ea5ac0b [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Simple Python wrapper around the OpenSSL library"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005DEPENDS += "openssl ${PYTHON_PN}-cryptography"
Patrick Williamsddad1a12017-02-23 20:36:32 -06006
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5"
8SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e"
Patrick Williamsddad1a12017-02-23 20:36:32 -06009
10PYPI_PACKAGE = "pyOpenSSL"
11
12PACKAGES =+ "${PN}-tests"
13FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
14
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015RDEPENDS_${PN}_class-target = " \
Patrick Williamsddad1a12017-02-23 20:36:32 -060016 ${PYTHON_PN}-cryptography \
17 ${PYTHON_PN}-six \
18 ${PYTHON_PN}-threading \
19"
20RDEPENDS_${PN}-tests = "${PN}"
21
22BBCLASSEXTEND = "native nativesdk"