mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package: add python-functools32
Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
8
package/python-functools32/Config.in
Normal file
8
package/python-functools32/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_FUNCTOOLS32
|
||||
bool "python-functools32"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Backport of the functools module from Python 3.2.3 for use on 2.7
|
||||
and PyPy.
|
||||
|
||||
https://github.com/MiCHiLU/python-functools32
|
||||
Reference in New Issue
Block a user