python external modules: reorder menu entry

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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-07-10 15:39:16 -03:00 committed by Peter Korsgaard
parent cca5538556
commit 21d77aa3fe

View 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