mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Merge pull request #230180 from kevinmehall/jupyter-py39
This commit is contained in:
commit
2e6aa8fc5d
@ -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 New Issue
Block a user