xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb (revision eaae0b339f806200d8722cb09e5e3b83c15a5956)
1# SPDX-License-Identifier: MIT
2# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
3SUMMARY = "A single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication"
4HOMEPAGE = "https://py-filelock.readthedocs.io/"
5LICENSE = "Unlicense"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
7
8SRC_URI[sha256sum] = "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"
9
10BBCLASSEXTEND = "native nativesdk"
11
12inherit pypi python_hatchling
13
14DEPENDS += "\
15    python3-hatch-vcs-native \
16"
17
18RDEPENDS:${PN} += " \
19    python3-core \
20    python3-logging \
21    python3-asyncio \
22"
23