diff --git a/package/python-jaraco-functools/Config.in b/package/python-jaraco-functools/Config.in index e07c3131ff..62669dba6f 100644 --- a/package/python-jaraco-functools/Config.in +++ b/package/python-jaraco-functools/Config.in @@ -2,7 +2,7 @@ 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 + if BR2_PACKAGE_PYTHON # runtime help Additional functools in the spirit of stdlib’s functools.