Do not install Python 2 packages in Fedora STI tests

Related: RHEL-45188
This commit is contained in:
Petr Písař 2024-05-15 17:50:49 +02:00
parent aa91852f79
commit 18d175fc3c

View File

@ -10,7 +10,7 @@
- classic
tasks:
- name: Make sure fedpkg and selinux bindings are installed
shell: dnf -y install fedpkg python{2,3}-libselinux libmodulemd-devel --skip-broken
shell: dnf -y install fedpkg python3-libselinux libmodulemd-devel --skip-broken
- name: Copy a spec file to /tmp
copy:
src: "{{ playbook_dir }}/../libmodulemd.spec"