summaryrefslogtreecommitdiffstats
path: root/package/python3/Config.in
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>2015-02-14 13:30:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-21 17:09:31 +0100
commit2df8cf5af74d91db519a32a8f3165a0d255606cb (patch)
treef00ebcd473a27cfdf6c2633eb36a198a66c852a4 /package/python3/Config.in
parentc22da1a2da42793364eb96bd80b8e10c4013ff02 (diff)
downloadbuildroot-2df8cf5af74d91db519a32a8f3165a0d255606cb.tar.gz
buildroot-2df8cf5af74d91db519a32a8f3165a0d255606cb.zip
package/python3: change BR2_PACKAGE_PYTHON_PYEXPAT description
This patch changes BR2_PACKAGE_PYTHON3_PYEXPAT description and help text to underline that all the xml libraries will be included in python. It also reorders alphabetically the affected option. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python3/Config.in')
-rw-r--r--package/python3/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/python3/Config.in b/package/python3/Config.in
index c3118c864e..e2f9077c4b 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -66,12 +66,6 @@ config BR2_PACKAGE_PYTHON3_OSSAUDIODEV
help
ossaudiodev module for Python3.
-config BR2_PACKAGE_PYTHON3_PYEXPAT
- select BR2_PACKAGE_EXPAT
- bool "pyexpat"
- help
- pyexpat module for Python3.
-
config BR2_PACKAGE_PYTHON3_READLINE
select BR2_PACKAGE_READLINE
bool "readline"
@@ -97,6 +91,12 @@ config BR2_PACKAGE_PYTHON3_SQLITE
help
SQLite database support
+config BR2_PACKAGE_PYTHON3_PYEXPAT
+ select BR2_PACKAGE_EXPAT
+ bool "xml module"
+ help
+ pyexpat and xml libraries for Python3.
+
config BR2_PACKAGE_PYTHON3_ZLIB
bool "zlib module"
select BR2_PACKAGE_ZLIB
OpenPOWER on IntegriCloud