mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 01:30:59 +01:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
config BR2_PACKAGE_PYTHON_FASTENERS
|
|
bool "python-fasteners"
|
|
select BR2_PACKAGE_PYTHON_MONOTONIC # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
A python package that provides useful locks.
|
|
|
|
https://github.com/harlowja/fasteners
|