From 028e304830b90bef264f6801ad27f9793917757a Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 11 Jun 2024 17:01:41 +0200 Subject: [PATCH] tasks: container: temporarily add python3-pcp as dependency for tests Required for: https://github.com/cockpit-project/cockpit/pull/20049 --- tasks/container/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/container/Containerfile b/tasks/container/Containerfile index bdd9e513..513ce55d 100644 --- a/tasks/container/Containerfile +++ b/tasks/container/Containerfile @@ -43,6 +43,7 @@ RUN dnf -y update && \ python3-build \ python3-flake8 \ python3-mypy \ + python3-pcp \ python3-pika \ python3-pillow \ python3-pip \