diff mbox

package/python3: change BR2_PACKAGE_PYTHON_PYEXPAT description

Message ID 1423917016-25980-1-git-send-email-angelo.compagnucci@gmail.com
State Accepted
Headers show

Commit Message

Angelo Compagnucci Feb. 14, 2015, 12:30 p.m. UTC
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>
---
 package/python3/Config.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Yegor Yefremov Feb. 14, 2015, 12:42 p.m. UTC | #1
On Sat, Feb 14, 2015 at 1:30 PM, Angelo Compagnucci
<angelo.compagnucci@gmail.com> wrote:
> 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>
> ---
>  package/python3/Config.in | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/python3/Config.in b/package/python3/Config.in
> index c3118c8..e2f9077 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
> --

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Thomas Petazzoni Feb. 21, 2015, 4:10 p.m. UTC | #2
Dear Angelo Compagnucci,

On Sat, 14 Feb 2015 13:30:16 +0100, Angelo Compagnucci wrote:
> 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>

Applied to next, thanks.

Thomas
diff mbox

Patch

diff --git a/package/python3/Config.in b/package/python3/Config.in
index c3118c8..e2f9077 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