python37Packages.ipykernel: fix build

This commit is contained in:
Jonathan Ringer 2021-11-18 22:36:17 -08:00
parent 8df865561f
commit 962f61aa05
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,6 +2,8 @@
, buildPythonPackage
, callPackage
, fetchPypi
, pythonOlder
, argcomplete
, debugpy
, ipython
, jupyter-client
@ -24,6 +26,8 @@ buildPythonPackage rec {
jupyter-client
tornado
traitlets
] ++ lib.optionals (pythonOlder "3.8") [
argcomplete
];
# check in passthru.tests.pytest to escape infinite recursion with ipyparallel