blob: 49a9d956af8a2b9996ab611a474df185c9674dff [file] [log] [blame]
Andrew Geissler8f840682023-07-21 09:09:43 -05001# SPDX-License-Identifier: MIT
2# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
3
4SUMMARY = "A single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication"
5HOMEPAGE = "https://py-filelock.readthedocs.io/"
6LICENSE = "Unlicense"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
8
Andrew Geissler220dafd2023-10-04 10:18:08 -05009SRC_URI[sha256sum] = "2e6f249f1f3654291606e046b09f1fd5eac39b360664c27f5aad072012f8bcbd"
Andrew Geissler8f840682023-07-21 09:09:43 -050010
11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling
13
14DEPENDS += "\
15 ${PYTHON_PN}-hatch-vcs-native \
16"