fix(make_chroot): default to using python 2.7

the stage3 has python3 which is terrible, don't do that.

Change-Id: I24f82c8eb59ff7c2953033d233d32bb0f959d8da
This commit is contained in:
Brandon Philips 2013-02-05 18:17:59 -08:00
parent 2f17a00183
commit bf893c277f

View File

@ -426,6 +426,11 @@ echo STAGE3=$STAGE3 > $CHROOT_STATE
info "Updating portage" info "Updating portage"
early_enter_chroot emerge -uNv --quiet portage early_enter_chroot emerge -uNv --quiet portage
info "Install python-2.7"
early_enter_chroot emerge -uNv --quiet python:2.7 dev-python/setuptools
early_enter_chroot eselect python set python2.7
# Packages that inherit cros-workon commonly get a circular dependency # Packages that inherit cros-workon commonly get a circular dependency
# curl->openssl->git->curl that is broken by emerging an early version of git # curl->openssl->git->curl that is broken by emerging an early version of git
# without curl (and webdav that depends on it). # without curl (and webdav that depends on it).