diff options
Diffstat (limited to 'package/python')
-rw-r--r-- | package/python/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python/Config.in b/package/python/Config.in index 054ccd2aaa..a7f16450e3 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -21,7 +21,8 @@ choice prompt "python module format to install" default BR2_PACKAGE_PYTHON_PYC_ONLY help - Select Python module format to install on target (py, pyc or both) + Select Python module format to install on target (py, pyc or + both) config BR2_PACKAGE_PYTHON_PY_ONLY bool ".py sources only" @@ -83,7 +84,8 @@ config BR2_PACKAGE_PYTHON_UNICODEDATA bool "unicodedata module" default y help - Unicode character database (used by stringprep module) (large). + Unicode character database (used by stringprep module) + (large). if BR2_PACKAGE_PYTHON_UNICODEDATA |