From 778986fbdb4cf2805073ea11cac7e23bddf61537 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 9 Sep 2021 09:56:05 +0200 Subject: [PATCH] profiles: Mask newer python versions This changes comes together with the change made in portage-stable to one of the python eclasses where we add support for python3 version from 3.8 to 3.10. To make this change complete, we need to mask those new versions, so building packages will not try to depend on python version we haven't yet packaged. --- .../coreos-overlay/profiles/coreos/base/use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/use.mask index cd9bf3524b..e3bbb8e378 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/use.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/use.mask @@ -4,6 +4,12 @@ kdbus # We default to python 3.6 for now python_targets_python3_7 python_single_target_python3_7 +python_targets_python3_8 +python_single_target_python3_8 +python_targets_python3_9 +python_single_target_python3_9 +python_targets_python3_10 +python_single_target_python3_10 # Unmask selinux so it can be enabled selectively in package.use -selinux