buildroot/package/python-filelock/Config.in
Jared Bents 16ee6551c3 package/python-filelock: new package
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>
2020-03-24 22:01:11 +01:00

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