| SUMMARY = "Provides cryptographic recipes and primitives to python developers" |
| HOMEPAGE = "https://cryptography.io/" |
| LICENSE = "Apache-2.0 | BSD" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124" |
| ${PYTHON_PN}-cffi-native \ |
| ${PYTHON_PN}-asn1crypto \ |
| SRC_URI[md5sum] = "7dfe1035cae43569e571318f000462a4" |
| SRC_URI[sha256sum] = "e6347742ac8f35ded4a46ff835c60e68c22a536a8ae5c4422966d06946b6d4c6" |
| ${PYTHON_PN}-asn1crypto \ |
| ${PYTHON_PN}-setuptools \ |
| RDEPENDS_${PN}_class-target += " \ |
| ${PYTHON_PN}-asn1crypto \ |
| ${PYTHON_PN}-setuptools \ |
| RDEPENDS_${PN}-ptest += " \ |
| ${PYTHON_PN}-cryptography-vectors \ |
| install -d ${D}${PTEST_PATH}/tests |
| cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| install -d ${D}${PTEST_PATH}/tests/hazmat |
| cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ |
| ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ |
| BBCLASSEXTEND = "native nativesdk" |