diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-03-02 23:26:20 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-02 23:26:20 +0100 |
commit | 7403ea730d75ce0af51cb1bd5665674bb5bfae42 (patch) | |
tree | d93cc0b4a8878d90ab0bb79c76d75805ee1c2a9d /package/python/Config.in | |
parent | 1021766976319b40e64ca8dee12d21c758197801 (diff) | |
parent | e6803b9f91357773154daed13d6e83712d49476c (diff) | |
download | buildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.tar.gz buildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/Config.in')
-rw-r--r-- | package/python/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/python/Config.in b/package/python/Config.in index 87defad812..8d71dc9351 100644 --- a/package/python/Config.in +++ b/package/python/Config.in @@ -65,12 +65,6 @@ config BR2_PACKAGE_PYTHON_OSSAUDIODEV help ossaudiodev module for Python. -config BR2_PACKAGE_PYTHON_PYEXPAT - select BR2_PACKAGE_EXPAT - bool "pyexpat" - help - pyexpat module for Python. - config BR2_PACKAGE_PYTHON_READLINE select BR2_PACKAGE_READLINE bool "readline" @@ -114,6 +108,12 @@ config BR2_PACKAGE_PYTHON_SQLITE help SQLite database support +config BR2_PACKAGE_PYTHON_PYEXPAT + select BR2_PACKAGE_EXPAT + bool "xml module" + help + pyexpat and xml libraries for Python + config BR2_PACKAGE_PYTHON_ZLIB bool "zlib module" select BR2_PACKAGE_ZLIB |