16ee6551c3
This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
config BR2_PACKAGE_PYTHON_FILELOCK
|
|
bool "python-filelock"
|
|
help
|
|
A platform independent file lock.
|
|
|
|
https://github.com/benediktschmitt/py-filelock
|