1config BR2_PACKAGE_PYTHON_FUNCTOOLS32 2 bool "python-functools32" 3 depends on BR2_PACKAGE_PYTHON 4 help 5 Backport of the functools module from Python 3.2.3 for use on 6 2.7 and PyPy. 7 8 https://github.com/MiCHiLU/python-functools32 9