From 9e1cb634775489a8006fa186273c4767b1b31349 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Mon, 11 Mar 2024 11:46:51 +0100 Subject: [PATCH] tasks: add python3-vulture We also need this for test/static-code in cockpit repo. --- tasks/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/Containerfile b/tasks/Containerfile index 1ec32621..578c47d2 100644 --- a/tasks/Containerfile +++ b/tasks/Containerfile @@ -50,6 +50,7 @@ RUN dnf -y update && \ python3-pytest-asyncio \ python3-pytest-timeout \ python3-pyyaml \ + python3-vulture \ python3-wheel \ qemu-kvm-core \ rpm-build \