summary refs log tree commit diff
path: root/gnu/packages/orange.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-28 12:43:44 -0500
committerLeo Famulari <leo@famulari.name>2022-01-28 14:03:04 -0500
commit8b7db2fb98e143092c39e315bfa100a798cca0cb (patch)
tree67a344a55ca7ae846c9d1e7c7bb17c47f57739a8 /gnu/packages/orange.scm
parent88f1e799b4ad24323e4d12106b7ffa3854534b21 (diff)
downloadguix-8b7db2fb98e143092c39e315bfa100a798cca0cb.tar.gz
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.
Diffstat (limited to 'gnu/packages/orange.scm')
-rw-r--r--gnu/packages/orange.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 2b6fc00abc..4d146468a3 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -160,7 +160,7 @@ GUI based workflow.  It is primarily used in the Orange framework.")
            python-orange-widget-base
            python-pandas
            python-pygments
-           python-pyqt
+           python-pyqt-without-qtwebkit
            python-pyqtgraph
            python-pyqtwebengine
            python-pyyaml