Merge "CI: Remove Rocky9 Python handling"

This commit is contained in:
Zuul
2025-11-05 17:45:50 +00:00
committed by Gerrit Code Review

View File

@@ -50,17 +50,6 @@
when:
- scenario == "lets-encrypt"
# NOTE(kevko): Rocky Linux has Python 3.9 as the default, but we want to use Python 3.12 instead.
- name: Install Python3.12 and dependencies on RHEL derivatives
dnf:
name:
- python3.12
- python3.12-devel
- python3.12-pip
state: latest
when: ansible_facts.os_family == 'RedHat'
become: true
# NOTE(kevko): While in Rocky, virtualenv is included as part of the packages above, in Debuntu, virtualenv is in a separate package.
- name: Install python3-virtualenv
package: