gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.

See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/python-xyz.scm (python-pyqtgraph)[propagated-inputs]: Replace
python-pyqt with python-pyqt-without-qtwebkit.
This commit is contained in:
Leo Famulari 2022-01-28 14:38:44 -05:00
parent 373c77bf22
commit 0dc0d87839
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -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