xref: /OK3568_Linux_fs/buildroot/package/python-functools32/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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