1 config BR2_PACKAGE_PYTHON3
3 depends on BR2_USE_WCHAR
6 select BR2_PACKAGE_LIBFFI
8 The python language interpreter.
10 http://www.python.org/
12 comment "python3 requires a toolchain with WCHAR support"
13 depends on !BR2_USE_WCHAR
15 if BR2_PACKAGE_PYTHON3
18 prompt "python3 module format to install"
19 default BR2_PACKAGE_PYTHON3_PYC_ONLY
21 Select Python module format to install on target (py, pyc or both)
23 config BR2_PACKAGE_PYTHON3_PY_ONLY
24 bool ".py sources only"
26 config BR2_PACKAGE_PYTHON3_PYC_ONLY
27 bool ".pyc compiled sources only"
29 config BR2_PACKAGE_PYTHON3_PY_PYC
30 bool ".py sources and .pyc compiled"
34 menu "core python3 modules"
36 comment "The following modules are unusual or require extra libraries"
38 config BR2_PACKAGE_PYTHON3_BZIP2
39 select BR2_PACKAGE_BZIP2
42 bzip2 module for Python3
44 config BR2_PACKAGE_PYTHON3_CODECSCJK
45 bool "codecscjk module"
47 Chinese/Japanese/Korean codecs module for Python (large).
49 config BR2_PACKAGE_PYTHON3_CURSES
50 select BR2_PACKAGE_NCURSES
53 curses module for Python3.
55 config BR2_PACKAGE_PYTHON3_PYEXPAT
56 select BR2_PACKAGE_EXPAT
59 pyexpat module for Python3.
61 config BR2_PACKAGE_PYTHON3_READLINE
62 select BR2_PACKAGE_READLINE
65 readline module for Python3 (required for command-line
66 editing in the Python shell).
68 config BR2_PACKAGE_PYTHON3_SSL
69 select BR2_PACKAGE_OPENSSL
72 _ssl module for Python3 (required for https in urllib etc).
74 config BR2_PACKAGE_PYTHON3_UNICODEDATA
75 bool "unicodedata module"
78 Unicode character database (used by stringprep module) (large).
80 config BR2_PACKAGE_PYTHON3_SQLITE
82 select BR2_PACKAGE_SQLITE
84 SQLite database support
86 config BR2_PACKAGE_PYTHON3_ZLIB
88 select BR2_PACKAGE_ZLIB
90 zlib support in Python3