pythonPackages.jupyter_client: 5.2.4 -> 5.3.1
This commit is contained in:
parent
460c6a7a59
commit
40a93cd8b2
@ -7,10 +7,6 @@
|
|||||||
, dateutil
|
, dateutil
|
||||||
, isPyPy
|
, isPyPy
|
||||||
, py
|
, py
|
||||||
, ipykernel
|
|
||||||
, ipython
|
|
||||||
, mock
|
|
||||||
, pytest
|
|
||||||
, tornado
|
, tornado
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -20,15 +16,16 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "98e8af5edff5d24e4d31e73bc21043130ae9d955a91aa93fc0bc3b1d0f7b5880";
|
sha256 = "102qgc7isfxwq0zsj6m9apcyj2hk8c8c4fz7656lxlpmvxgazs4q";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ ipykernel ipython mock pytest ];
|
propagatedBuildInputs = [
|
||||||
propagatedBuildInputs = [traitlets jupyter_core pyzmq dateutil tornado ] ++ lib.optional isPyPy py;
|
traitlets
|
||||||
|
jupyter_core
|
||||||
checkPhase = ''
|
pyzmq
|
||||||
py.test
|
dateutil
|
||||||
'';
|
tornado
|
||||||
|
] ++ lib.optional isPyPy py;
|
||||||
|
|
||||||
# Circular dependency with ipykernel
|
# Circular dependency with ipykernel
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user