From 991f0d78af5b724268b9a0b0309fc1ccc393c79a Mon Sep 17 00:00:00 2001 From: anonym <anonym@riseup.net> Date: Fri, 21 Mar 2025 14:52:04 +0100 Subject: [PATCH] Install python3-typing-extensions 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 9e9350715..c0cb8f5d2 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-typing-extensions', 'qemu-system-x86', 'qrencode', 'redir', -- GitLab