make_chroot.sh: Don't specify explicit highest Python ver
This will match against whichever slot is the highest.
$ sudo emerge -v --pretend python:2.7 python
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] dev-lang/python-2.7.10-r2:2.7::chromiumos USE="gdbm
hardened ipv6 ncurses readline sqlite ssl threads wide-unicode xml
-berkdb -build -doc -examples -tk -wininst" 11,977 KiB
[ebuild R ] dev-lang/python-3.4.7:3.4/3.4m USE="gdbm hardened ipv6
ncurses readline sqlite ssl threads xml -build -examples -libressl -tk
-wininst" 0 KiB
Total: 2 packages (2 reinstalls), Size of downloads: 11,977 KiB
BUG=chromium:804038,chromium:736322
TEST=./update_chroot succeeds
Change-Id: Ica83ca8a122b69480d0369e6099e58812cdfc11a
Reviewed-on: https://chromium-review.googlesource.com/877405
Commit-Queue: Jason Clinton <jclinton@chromium.org>
Tested-by: Jason Clinton <jclinton@chromium.org>
Trybot-Ready: Jason Clinton <jclinton@chromium.org>
Reviewed-by: Alec Thilenius <athilenius@google.com>
Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh
index f90464f..dfdab74 100755
--- a/sdk_lib/make_chroot.sh
+++ b/sdk_lib/make_chroot.sh
@@ -566,7 +566,7 @@
# python-exec depends on eselect-python, update python and related packages
# before portage.
info "Updating python"
-early_enter_chroot emerge -uNv --quiet python:2.7 python:3.3
+early_enter_chroot emerge -uNv --quiet python:2.7 python
# New versions of the stage3 have Python 3 set as the default. Make sure we
# default to 2.x as our scripts are only compatible with Python 2. We leave