Skip to content

Commit ce6d362

Browse files
authored
Merge pull request #182 from bedroge/only_python3.11
Only install Python 3.11
2 parents b8cbec3 + dd1c7e6 commit ce6d362

File tree

1 file changed

+3
-0
lines changed
  • ansible/playbooks/roles/compatibility_layer/defaults

1 file changed

+3
-0
lines changed

ansible/playbooks/roles/compatibility_layer/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ prefix_unmask_packages: |
3232
prefix_bootstrap_use_flags: |
3333
# make sure that gold linker is installed with binutils
3434
sys-devel/binutils gold
35+
# only install Python 3.11
36+
*/* PYTHON_TARGETS: -* python3_11
37+
*/* PYTHON_SINGLE_TARGET: -* python3_11
3538
prefix_use_builtin_bootstrap: false
3639
prefix_custom_bootstrap_script:
3740
local: "{{ playbook_dir }}/../../bootstrap-prefix.sh"

0 commit comments

Comments
 (0)