python37Packages.ipykernel: fix build
This commit is contained in:
parent
8df865561f
commit
962f61aa05
@ -2,6 +2,8 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, callPackage
|
, callPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, pythonOlder
|
||||||
|
, argcomplete
|
||||||
, debugpy
|
, debugpy
|
||||||
, ipython
|
, ipython
|
||||||
, jupyter-client
|
, jupyter-client
|
||||||
@ -24,6 +26,8 @@ buildPythonPackage rec {
|
|||||||
jupyter-client
|
jupyter-client
|
||||||
tornado
|
tornado
|
||||||
traitlets
|
traitlets
|
||||||
|
] ++ lib.optionals (pythonOlder "3.8") [
|
||||||
|
argcomplete
|
||||||
];
|
];
|
||||||
|
|
||||||
# check in passthru.tests.pytest to escape infinite recursion with ipyparallel
|
# check in passthru.tests.pytest to escape infinite recursion with ipyparallel
|
||||||
|
Loading…
Reference in New Issue
Block a user