mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-05 15:13:51 -09:00
Needed by upcoming python-mwscrape package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
config BR2_PACKAGE_PYTHON_PYLRU
|
|
bool "python-pylru"
|
|
help
|
|
A least recently used (LRU) cache implementation.
|
|
|
|
https://github.com/jlhutch/pylru
|