summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsepp <raingloom@riseup.net>2022-11-12 21:45:28 +0100
committerEfraim Flashner <efraim@flashner.co.il>2022-11-15 11:09:15 +0200
commitc35b51f002297ffaf2b9021ecb4386956d1e1d2c (patch)
tree0f60c494cd457e2943a0f14127eeacc3c7757d04
parent5ac20c9a25d0912b8fbe0cb699f88748ae8eeeb7 (diff)
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>
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e10682e69..7624593647 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")