2019-10-14 21:12:27 +02:00
|
|
|
|
config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS
|
|
|
|
|
bool "python-jaraco-functools"
|
2019-10-20 15:42:03 +02:00
|
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-more-itertools
|
2019-10-14 21:12:27 +02:00
|
|
|
|
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
|
|
|
|
help
|
|
|
|
|
Additional functools in the spirit of stdlib’s
|
|
|
|
|
functools.
|
|
|
|
|
|
|
|
|
|
https://github.com/jaraco/jaraco.functools
|