From 594b960a3583abfe4a6b77b9863c4c7ce2c48a15 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 18 Sep 2024 09:44:04 +0200 Subject: [PATCH] ci: Install 'python3-libdnf5' for TMT test plans --- plans/blivet-gui.fmf | 2 +- plans/tests.fmf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plans/blivet-gui.fmf b/plans/blivet-gui.fmf index 27bad1623..ed1cd0b17 100644 --- a/plans/blivet-gui.fmf +++ b/plans/blivet-gui.fmf @@ -9,7 +9,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' - sudo dnf copr enable -y @storage/blivet-daily # TF prioritizes Fedora tag repo over all others, in particular our daily COPR - for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done diff --git a/plans/tests.fmf b/plans/tests.fmf index 9967efa8e..6a6d59044 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -10,7 +10,7 @@ prepare: - name: copr how: shell script: - - sudo dnf install -y 'dnf-command(copr)' + - sudo dnf install -y python3-libdnf5 'dnf-command(copr)' - sudo dnf copr enable -y @storage/blivet-daily # TF prioritizes Fedora tag repo over all others, in particular our daily COPR - for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done