]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/python-functools32/Config.in
package/*/Config.in: re-wrap help text
[coffee/buildroot.git] / package / python-functools32 / Config.in
1 config 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