Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "Simple Python wrapper around the OpenSSL library" |
| 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 5 | DEPENDS += "openssl ${PYTHON_PN}-cryptography" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 6 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5" |
| 8 | SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | |
| 10 | PYPI_PACKAGE = "pyOpenSSL" |
| 11 | |
| 12 | PACKAGES =+ "${PN}-tests" |
| 13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
| 14 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | RDEPENDS_${PN}_class-target = " \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 16 | ${PYTHON_PN}-cryptography \ |
| 17 | ${PYTHON_PN}-six \ |
| 18 | ${PYTHON_PN}-threading \ |
| 19 | " |
| 20 | RDEPENDS_${PN}-tests = "${PN}" |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |