mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 13:41:20 +02:00
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:
parent
2f17a00183
commit
bf893c277f
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user