me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add
PYTHON-PYQT.
master
Ludovic Courtès 2021-11-20 23:07:28 +01:00
parent aaf210888c
commit 27ceda472a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

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")