Sign in
android-kvm
/
buildroot
/
2d38c5a4e58e6a9591e6bcd4e7febe68e915d0bb
/
.
/
package
/
python-functools32
/
Config.in
blob: 606341d82887f7f06772482a5dd7519902c4329a [
file
] [
log
] [
blame
]
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