blob: 03c4f2f40ea81e5d4295ac7500a998e42703df6c [file] [log] [blame]
Patrick Williams2390b1b2022-11-03 13:47:49 -05001SUMMARY = "Cross-platform locking library"
2DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
3LICENSE = "BSD-3-Clause"
4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
6
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06007SRC_URI[sha256sum] = "032e81d534a88ec1736d03f780ba073f047a06c478b06e2937486f334e955c51"
Patrick Williams2390b1b2022-11-03 13:47:49 -05008
9inherit pypi setuptools3
10
11BBCLASSEXTEND = "native nativesdk"
12
13RDEPENDS:${PN} += " \
14 ${PYTHON_PN}-fcntl \
15 ${PYTHON_PN}-logging \
16"