From 12ed89938698d37cf942d33d0c3e7e028f3edf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 May 2024 17:48:34 +0200 Subject: [PATCH] CI: Do not install Python 2 packages in Fedora STI tests No current Fedora supports Python 2. --- fedora/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/tests.yml b/fedora/tests.yml index 7a4f044f..39190011 100644 --- a/fedora/tests.yml +++ b/fedora/tests.yml @@ -10,7 +10,7 @@ - classic tasks: - name: Make sure fedpkg and selinux bindings are installed - shell: dnf -y install --skip-broken fedpkg python{2,3}-libselinux libmodulemd-devel + shell: dnf -y install --skip-broken fedpkg python3-libselinux libmodulemd-devel - name: Copy spec file to remote machine copy: src: "{{ playbook_dir }}/../libmodulemd.spec"