From 3395ff061bff81d6cf7b622b21001008bf60d339 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: 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..1d733bfc 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 \ # Temporary PCP dependency until we port pcp to the Python bridge and add it in the spec file python3-pika \ python3-pillow \ python3-pip \