Hi,
I guess I don't have write access to the repo, so I can not create a MR...
So I will do as stated on your website:
"
"You can submit small, easy changes as Git patches (prepared with the git format-patch command) over email to [tails-dev@???](
https://tails.net/about/contact/index.en.html#tails-dev)."
"
here is a patch to fix
https://gitlab.tails.boum.org/tails/tails/-/issues/20079
Cheers,
g4kw
Sent with [Proton Mail](
https://proton.me/) secure email.From 09f25ab2a64f3bfe488d4c9c02f3e51583b1f9e6 Mon Sep 17 00:00:00 2001
From: g4kw <g4kw@???>
Date: Fri, 12 Jan 2024 17:56:40 +0100
Subject: [PATCH] adding PyQt5 - needed for Electrum
---
config/chroot_local-packageslists/tails-common.list | 2 ++
1 file changed, 2 insertions(+)
diff --git a/config/chroot_local-packageslists/tails-common.list b/config/chroot_local-packageslists/tails-common.list
index 79d3d5074e..d560e42e4d 100644
--- a/config/chroot_local-packageslists/tails-common.list
+++ b/config/chroot_local-packageslists/tails-common.list
@@ -47,6 +47,8 @@ eject
# Needed by Additional Software
python3-apt
python3-atomicwrites
+# Needed for Electrum
+python3-pyqt5
# Needed by the Greeter
console-setup
gir1.2-accountsservice-1.0
--
2.39.2