pythonPackages.jupyter_client: renamed to jupyter-client

This commit is contained in:
superherointj
2021-10-15 07:33:48 -03:00
parent 329f38c54f
commit 206f3ab323
23 changed files with 44 additions and 41 deletions
@@ -5,7 +5,7 @@
, isPy27
, mock
, ipython
, jupyter_client
, jupyter-client
, pexpect
, traitlets
, tornado
@@ -23,7 +23,7 @@ buildPythonPackage rec {
checkInputs = [ nose ] ++ lib.optional isPy27 mock;
propagatedBuildInputs = [
ipython
jupyter_client
jupyter-client
pexpect
traitlets
tornado
@@ -5,7 +5,7 @@
, fetchPypi
, debugpy
, ipython
, jupyter_client
, jupyter-client
, tornado
, traitlets
, pythonOlder
@@ -23,7 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
debugpy
ipython
jupyter_client
jupyter-client
tornado
traitlets
];