| SUMMARY = "Cross-platform locking library" | |
| DESCRIPTION = "Portalocker is a library to provide an easy API to file locking" | |
| LICENSE = "BSD-3-Clause" | |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" | |
| SRC_URI[sha256sum] = "032e81d534a88ec1736d03f780ba073f047a06c478b06e2937486f334e955c51" | |
| inherit pypi setuptools3 | |
| BBCLASSEXTEND = "native nativesdk" | |
| RDEPENDS:${PN} += " \ | |
| ${PYTHON_PN}-fcntl \ | |
| ${PYTHON_PN}-logging \ | |
| " |