me
/
guix
Archived
1
0
Fork 0

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.
master
Leo Famulari 2022-01-27 13:18:13 -05:00
parent e3abc53c7e
commit 262a1734e2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -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")