diff mbox

[1/3] python external modules: reorder menu entry

Message ID 1373481558-30193-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 21d77aa3fedbfcc08421d41c8393611ebe7e0e39
Headers show

Commit Message

Gustavo Zacarias July 10, 2013, 6:39 p.m. UTC
Reorder the external python modules menu entry so that it belongs under
python(2) and not under python3 to avoid confusion.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 10, 2013, 7:57 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Reorder the external python modules menu entry so that it
 Gustavo> belongs under python(2) and not under python3 to avoid
 Gustavo> confusion.

Committed series, thanks.
diff mbox

Patch

diff --git a/package/Config.in b/package/Config.in
index c58f61c..fbbb6e8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -344,7 +344,6 @@  endmenu
 endif
 source "package/php/Config.in"
 source "package/python/Config.in"
-source "package/python3/Config.in"
 if BR2_PACKAGE_PYTHON
 menu "external python modules"
 source "package/python-bottle/Config.in"
@@ -362,6 +361,7 @@  source "package/python-setuptools/Config.in"
 source "package/python-thrift/Config.in"
 endmenu
 endif
+source "package/python3/Config.in"
 source "package/ruby/Config.in"
 source "package/tcl/Config.in"
 if BR2_PACKAGE_TCL