kumquat-buildroot/package/python-jaraco-functools/Config.in
Pierre-Jean Texier 96f0d8e3c0 package/python-jaraco-functools: fix Config.in indentation
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>
2019-10-16 21:48:04 +02:00

11 lines
345 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 stdlibs
functools.
https://github.com/jaraco/jaraco.functools