From 0dc0d87839ccb7e85f99d7469da1ef478a1c8dc4 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 28 Jan 2022 14:38:44 -0500 Subject: gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit. See for more information about this change. * gnu/packages/python-xyz.scm (python-pyqtgraph)[propagated-inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9478b8a2bc..21e6a7755b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14948,7 +14948,7 @@ ISO 8859, etc.).") (list qtbase-5)) (propagated-inputs (list python-h5py python-numpy python-pyopengl python-scipy - python-pyqt)) + python-pyqt-without-qtwebkit)) (home-page "http://www.pyqtgraph.org") (synopsis "Scientific graphics and GUI library for Python") (description -- cgit v1.2.3