1config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS
2	bool "python-jaraco-functools"
3	select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
4	help
5	  Additional functools in the spirit of stdlib’s
6	  functools.
7
8	  https://github.com/jaraco/jaraco.functools
9