| 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 |  | 
 | 5 | DEPENDS = "openssl ${PYTHON_PN}-cryptography" | 
 | 6 |  | 
 | 7 | SRC_URI[md5sum] = "d8100b0c333f0eeadaf05914da8792a6" | 
 | 8 | SRC_URI[sha256sum] = "88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f" | 
 | 9 |  | 
 | 10 | PYPI_PACKAGE = "pyOpenSSL" | 
 | 11 |  | 
 | 12 | PACKAGES =+ "${PN}-tests" | 
 | 13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 
 | 14 |  | 
 | 15 | RDEPENDS_${PN} = " \ | 
 | 16 |     ${PYTHON_PN}-cryptography \ | 
 | 17 |     ${PYTHON_PN}-six \ | 
 | 18 |     ${PYTHON_PN}-threading \ | 
 | 19 | " | 
 | 20 | RDEPENDS_${PN}-tests = "${PN}" | 
 | 21 |  | 
 | 22 | BBCLASSEXTEND = "native nativesdk" |