From 237742e4a4314a8b6083ee17491397b5099eb090 Mon Sep 17 00:00:00 2001 From: anonym <anonym@riseup.net> Date: Mon, 24 Mar 2025 11:02:00 +0100 Subject: [PATCH] Install python3-typeguard for ISO testers Needed for updating Chutney (refs: tails/tails!2033). --- manifests/profile/jenkins/tester.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/profile/jenkins/tester.pp b/manifests/profile/jenkins/tester.pp index c0cb8f5d2..f216bc100 100644 --- a/manifests/profile/jenkins/tester.pp +++ b/manifests/profile/jenkins/tester.pp @@ -50,6 +50,7 @@ class tails::profile::jenkins::tester ( 'python3-opencv', 'python3-pil', 'python3-slixmpp', + 'python3-typeguard', 'python3-typing-extensions', 'qemu-system-x86', 'qrencode', -- GitLab