mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
e3abc53c7e
commit
262a1734e2
1 changed files with 1 additions and 1 deletions
|
@ -1494,7 +1494,7 @@ (define-public python-pytest-qt
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue