gnu: python-qtconsole: Add dependency on python-pyqt.

* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add
PYTHON-PYQT.
This commit is contained in:
Ludovic Courtès
2021-11-20 23:07:28 +01:00
parent aaf210888c
commit 27ceda472a

View File

@@ -12265,7 +12265,8 @@ Jupyter kernels such as IJulia and IRKernel.")
#t)))))
(propagated-inputs
`(("python-ipykernel" ,python-ipykernel)
("python-ipython" ,python-ipython)))
("python-ipython" ,python-ipython)
("python-pyqt" ,python-pyqt)))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "https://jupyter.org")