2019-10-14 21:12:27 +02:00
|
|
|
|
config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS
|
|
|
|
|
bool "python-jaraco-functools"
|
|
|
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
|
|
|
select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
|
2019-10-15 20:05:18 +02:00
|
|
|
|
if BR2_PACKAGE_PYTHON # runtime
|
2019-10-14 21:12:27 +02:00
|
|
|
|
help
|
|
|
|
|
Additional functools in the spirit of stdlib’s
|
|
|
|
|
functools.
|
|
|
|
|
|
|
|
|
|
https://github.com/jaraco/jaraco.functools
|