gnu: python-qtconsole: Use python-pyqt-without-webkit.

* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]:
Use python-pyqt-without-qtwebkit.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Csepp 2022-11-12 21:45:28 +01:00 committed by Efraim Flashner
parent 5ac20c9a25
commit c35b51f002
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13965,8 +13965,8 @@ (define-public python-qtconsole
(("def test_other_output") "def _test_other_output")))))))
(propagated-inputs
(list python-ipykernel python-ipython-genutils python-jupyter-client
python-jupyter-core python-pygments python-pyqt python-pyzmq
python-qtpy python-traitlets))
python-jupyter-core python-pygments python-pyqt-without-qtwebkit
python-pyzmq python-qtpy python-traitlets))
(native-inputs
(list python-flaky python-pytest python-pytest-qt))
(home-page "https://jupyter.org")