From dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 27 Jan 2022 01:41:28 -0500 Subject: gnu: Vorta: Remove a transitive dependency on QtWebKit. See for more information about this change. * gnu/packages/backup.scm (vorta)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. --- gnu/packages/backup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index d847287d13..ca45332873 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1321,7 +1321,7 @@ borgmatic is powered by borg.") python-paramiko python-peewee python-psutil - python-pyqt + python-pyqt-without-qtwebkit python-secretstorage ;; This is included so that the qt-wrap phase picks it up. qtsvg)) -- cgit v1.2.3