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>
This commit is contained in:
		
							parent
							
								
									5ac20c9a25
								
							
						
					
					
						commit
						c35b51f002
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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") | ||||
|  |  | |||
		Reference in a new issue