1config BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE 2 bool "python-backports-functools-lru-cache" 3 depends on BR2_PACKAGE_PYTHON 4 help 5 Backport of functools.lru_cache from Python 3.3 6 7 https://github.com/jaraco/backports.functools_lru_cache 8