python312Packages.qtconsole: drop ipython-genutils dependency

Not needed, and blocks Python 3.12 adoption.
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:33 +02:00
parent 0b7ef44716
commit dcbe60f124
@@ -5,7 +5,6 @@
ipykernel,
jupyter-core,
jupyter-client,
ipython-genutils,
pygments,
pyqt5,
pytestCheckHook,
@@ -32,7 +31,6 @@ buildPythonPackage rec {
dependencies = [
ipykernel
ipython-genutils
jupyter-core
jupyter-client
pygments