guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit


From: guix-commits
Subject: 01/02: gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.
Date: Wed, 16 Feb 2022 14:35:25 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 0dc0d87839ccb7e85f99d7469da1ef478a1c8dc4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Jan 28 14:38:44 2022 -0500

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9478b8a2bc..21e6a7755b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

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