1config BR2_PACKAGE_PYTHON_PYLRU
2	bool "python-pylru"
3	help
4	  A least recently used (LRU) cache implementation.
5
6	  https://github.com/jlhutch/pylru
7