gnu: orange: Remove a transitive dependency on QtWebKit.

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

* gnu/packages/orange.scm (orange)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
This commit is contained in:
Leo Famulari 2022-01-28 12:43:44 -05:00
parent 88f1e799b4
commit 8b7db2fb98
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -160,7 +160,7 @@ (define-public orange
python-orange-widget-base
python-pandas
python-pygments
python-pyqt
python-pyqt-without-qtwebkit
python-pyqtgraph
python-pyqtwebengine
python-pyyaml