python310Packages.qtconsole: add missing dependency on ipython_genutils

This commit is contained in:
Sandro Jäckel
2023-07-28 12:15:32 +02:00
committed by Martin Weinelt
parent e1007b0935
commit 81267368ca
@@ -4,6 +4,7 @@
, ipykernel
, jupyter-core
, jupyter-client
, ipython_genutils
, pygments
, pyqt5
, pytestCheckHook
@@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipykernel
ipython_genutils
jupyter-core
jupyter-client
pygments