1config BR2_PACKAGE_PYTHON_FILELOCK 2 bool "python-filelock" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 A platform independent file lock. 6 7 https://github.com/benediktschmitt/py-filelock 8