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
@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder,
async_generator, traitlets, nbformat, nest-asyncio, jupyter_client,
async_generator, traitlets, nbformat, nest-asyncio, jupyter-client,
pytest, xmltodict, nbconvert, ipywidgets
, doCheck ? true
}:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
inherit doCheck;
checkInputs = [ pytest xmltodict nbconvert ipywidgets ];
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter_client ];
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];
meta = with lib; {
homepage = "https://github.com/jupyter/nbclient";