mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-18 10:51:23 +02:00
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.
This commit is contained in:
parent
4391488894
commit
778986fbdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user