guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit


From: guix-commits
Subject: 04/08: gnu: python-pytest-qt: 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 262a1734e250f756471a066348381017b3e281d6
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 27 13:18:13 2022 -0500

    gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit.
    
    See <https://issues.guix.gnu.org/53289> for more information about this 
change.
    
    * gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]:
    Replace python-pyqt with python-pyqt-without-qtwebkit.
---
 gnu/packages/python-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f971dae5b4..05a378601f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1494,7 +1494,7 @@ libraries.")
              (setenv "QT_QPA_PLATFORM" "offscreen")
              #t)))))
     (propagated-inputs
-     (list python-pyqt))
+     (list python-pyqt-without-qtwebkit))
     (native-inputs
      (list python-pytest python-pytest-runner python-setuptools-scm))
     (home-page "https://github.com/pytest-dev/pytest-qt";)



reply via email to

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