pythonPackages.jupyter_client: renamed to jupyter-client

This commit is contained in:
superherointj
2021-10-15 07:51:23 -03:00
parent 329f38c54f
commit 206f3ab323
23 changed files with 44 additions and 41 deletions
@@ -6,7 +6,7 @@
, mock
, traitlets
, jupyter_core
, jupyter_client
, jupyter-client
, pygments
, ipykernel
, pyqt5
@@ -23,7 +23,7 @@ buildPythonPackage rec {
};
checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];
propagatedBuildInputs = [traitlets jupyter_core jupyter_client pygments ipykernel pyqt5 qtpy];
propagatedBuildInputs = [traitlets jupyter_core jupyter-client pygments ipykernel pyqt5 qtpy];
# : cannot connect to X server
doCheck = false;