From b444a5ec513fbf43a170e4a2bcac4bb9e1f24446 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 5 Aug 2013 14:21:03 -0400 Subject: [PATCH] fix(profiles): Switch to python2.7 as the one and only version. --- .../third_party/coreos-overlay/profiles/base/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults index 29b3e60d44..cf70f6b841 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/base/make.defaults @@ -125,8 +125,8 @@ BOOTSTRAP_USE="cxx unicode threads curl" # Mike Gilbert (15 May 2012) # Default target(s) for python-r1.eclass -PYTHON_TARGETS="python2_6 python2_7" -PYTHON_SINGLE_TARGET="python2_6" +PYTHON_TARGETS="python2_7" +PYTHON_SINGLE_TARGET="python2_7" # ChromeOS-specific: BOARD_USE for accessing board value in cros-board.eclass # CROS_WORKON_TREE for cros-workon