diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-09 14:46:19 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 22:53:17 +0200 |
| commit | ae86d30913786765aecce38177a99353c7e800aa (patch) | |
| tree | bc0d76e454375f41bbaf8f48866f1fa10859c7f4 /package/python-pylru/Config.in | |
| parent | bfe76ebfb9accd2b33a2d3d7cd679cb6e8ddaea0 (diff) | |
| download | buildroot-ae86d30913786765aecce38177a99353c7e800aa.tar.gz buildroot-ae86d30913786765aecce38177a99353c7e800aa.zip | |
package/python-pylru: new package
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>
Diffstat (limited to 'package/python-pylru/Config.in')
| -rw-r--r-- | package/python-pylru/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-pylru/Config.in b/package/python-pylru/Config.in new file mode 100644 index 0000000000..c174576942 --- /dev/null +++ b/package/python-pylru/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_PYLRU + bool "python-pylru" + help + A least recently used (LRU) cache implementation. + + https://github.com/jlhutch/pylru |

