pythonPackages.jupyter_client: renamed to jupyter-client
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user