package/python3: change BR2_PACKAGE_PYTHON_PYEXPAT description
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Sat, 14 Feb 2015 12:30:16 +0000 (13:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 21 Feb 2015 16:09:31 +0000 (17:09 +0100)
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>
package/python3/Config.in

index c3118c864e2747e1688d0d1a49e7dcce244e0797..e2f9077c4b9cc330fdd48a5aea9689899b757581 100644 (file)
@@ -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