From 1e2b655a7411265ad473712fc0f4d60def4884f8 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 3 May 2018 12:49:29 -0400 Subject: [PATCH] profiles: Don't upgrade past Python 3.4 until profiles are updated Also drop the GCC mask since all supported SDKs are now on GCC 7. --- .../coreos-overlay/profiles/coreos/base/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask index 1e5225a4b4..ce0e4900f3 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask @@ -15,5 +15,5 @@ # recent releases =app-emulation/rkt-13.0 -# Prevent this from attempting to install along with GCC 7. -=sys-devel/gcc-6.4.0-r1 +# Temporarily block newer stable Python versions until profiles are updated. +>=dev-lang/python-3.5