diff --git a/plan.fmf b/plan.fmf index 3e543fc..e2d89c4 100644 --- a/plan.fmf +++ b/plan.fmf @@ -69,12 +69,13 @@ prepare: - python3-rpm-macros - python3.12-rpm-macros - python3.12-pytest - - python3 - - python3-devel - python2 - name: Update packages how: shell script: dnf upgrade -y + - name: Install python3-devel specially to avoid a failure + how: shell + script: dnf install -y python3-devel --nobest --allowerasing - name: rpm_qa order: 100 how: shell diff --git a/tests/pythontest.spec b/tests/pythontest.spec index abe41ac..e72d12b 100644 --- a/tests/pythontest.spec +++ b/tests/pythontest.spec @@ -12,7 +12,6 @@ Release: 0%{?dist} Summary: ... License: MIT BuildRequires: python3-devel -BuildRequires: python3 BuildRequires: python2 BuildRequires: python3.12-devel BuildRequires: python3.12-rpm-macros