]> Git Repo - buildroot-mgba.git/commitdiff
python external modules: reorder menu entry
authorGustavo Zacarias <[email protected]>
Wed, 10 Jul 2013 18:39:16 +0000 (15:39 -0300)
committerPeter Korsgaard <[email protected]>
Wed, 10 Jul 2013 19:56:39 +0000 (21:56 +0200)
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 <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/Config.in

index 3186bb783cd664610db5cf6cc6769d91de946f48..803983477e979cd1f0291ddb424508cc644d6946 100644 (file)
@@ -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
This page took 0.036279 seconds and 4 git commands to generate.