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
@@ -12,7 +12,7 @@
, ipython_genutils
, traitlets
, jupyter_core
, jupyter_client
, jupyter-client
, nbformat
, nbconvert
, ipykernel
@@ -39,7 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
jupyter-client nbformat nbconvert ipykernel terminado requests pexpect
prometheus-client
];
@@ -13,7 +13,7 @@
, ipython_genutils
, traitlets
, jupyter_core
, jupyter_client
, jupyter-client
, nbformat
, nbconvert
, ipykernel
@@ -42,7 +42,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
jupyter-client nbformat nbconvert ipykernel terminado requests pexpect
prometheus-client argon2_cffi
];