mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 14:49:27 +00:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
config BR2_PACKAGE_PYTHON_PICKLESHARE
|
|
bool "python-pickleshare"
|
|
select BR2_PACKAGE_PYTHON_PATHLIB2 if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
Tiny 'shelve'-like database with concurrency support
|
|
|
|
https://pypi.python.org/pypi/pickleshare
|