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>
parent
5ac20c9a25
commit
c35b51f002
|
@ -13965,8 +13965,8 @@ Jupyter kernels such as IJulia and IRKernel.")
|
|||
(("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")
|
||||
|
|
Reference in New Issue