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:
parent
373c77bf22
commit
0dc0d87839
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user