From 262a1734e250f756471a066348381017b3e281d6 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 27 Jan 2022 13:18:13 -0500 Subject: gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit. See for more information about this change. * gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. --- gnu/packages/python-check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index f971dae5b4..05a378601f 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1494,7 +1494,7 @@ libraries.") (setenv "QT_QPA_PLATFORM" "offscreen") #t))))) (propagated-inputs - (list python-pyqt)) + (list python-pyqt-without-qtwebkit)) (native-inputs (list python-pytest python-pytest-runner python-setuptools-scm)) (home-page "https://github.com/pytest-dev/pytest-qt") -- cgit v1.2.3