Merge pull request #230180 from kevinmehall/jupyter-py39
This commit is contained in:
commit
2e6aa8fc5d
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
, traitlets
|
||||
, isPyPy
|
||||
, py
|
||||
, pythonOlder
|
||||
, importlib-metadata
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -35,6 +37,8 @@ buildPythonPackage rec {
|
|||
pyzmq
|
||||
tornado
|
||||
traitlets
|
||||
] ++ lib.optionals (pythonOlder "3.10") [
|
||||
importlib-metadata
|
||||
] ++ lib.optional isPyPy py;
|
||||
|
||||
# Circular dependency with ipykernel
|
||||
|
|
Loading…
Reference in a new issue