guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: orange: Remove a transitive dependency on QtWebKit.


From: guix-commits
Subject: 07/08: gnu: orange: Remove a transitive dependency on QtWebKit.
Date: Fri, 28 Jan 2022 14:40:44 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 8b7db2fb98e143092c39e315bfa100a798cca0cb
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Jan 28 12:43:44 2022 -0500

    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.
---
 gnu/packages/orange.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]