config BR2_PACKAGE_PYTHON
select BR2_PACKAGE_LIBFFI
The python language interpreter.
comment "python requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
prompt "python module format to install"
default BR2_PACKAGE_PYTHON_PYC_ONLY
Select Python module format to install on target (py, pyc or both)
config BR2_PACKAGE_PYTHON_PY_ONLY
config BR2_PACKAGE_PYTHON_PYC_ONLY
bool ".pyc compiled sources only"
config BR2_PACKAGE_PYTHON_PY_PYC
bool ".py sources and .pyc compiled"
menu "core python modules"
comment "The following modules are unusual or require extra libraries"
config BR2_PACKAGE_PYTHON_BZIP2
config BR2_PACKAGE_PYTHON_BSDDB
select BR2_PACKAGE_BERKELEYDB
config BR2_PACKAGE_PYTHON_CODECSCJK
Chinese/Japanese/Korean codecs module for Python (large).
config BR2_PACKAGE_PYTHON_CURSES
select BR2_PACKAGE_NCURSES
curses module for Python.
config BR2_PACKAGE_PYTHON_PYEXPAT
pyexpat module for Python.
config BR2_PACKAGE_PYTHON_READLINE
select BR2_PACKAGE_READLINE
readline module for Python (required for command-line
editing in the Python shell).
config BR2_PACKAGE_PYTHON_SSL
select BR2_PACKAGE_OPENSSL
_ssl module for Python (required for https in urllib etc).
config BR2_PACKAGE_PYTHON_UNICODEDATA
bool "unicodedata module"
Unicode character database (used by stringprep module) (large).
config BR2_PACKAGE_PYTHON_SQLITE
select BR2_PACKAGE_SQLITE
config BR2_PACKAGE_PYTHON_ZLIB