96f0d8e3c0
Fixes: $: ./utils/check-package package/python-jaraco-functools/* package/python-jaraco-functools/Config.in:5: continuation line should be indented using tabs 30 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
345 B
Plaintext
11 lines
345 B
Plaintext
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 \
|
||
if BR2_PACKAGE_PYTHON # runtime
|
||
help
|
||
Additional functools in the spirit of stdlib’s
|
||
functools.
|
||
|
||
https://github.com/jaraco/jaraco.functools
|