mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #230180 from kevinmehall/jupyter-py39
This commit is contained in:
commit
2e6aa8fc5d
@ -11,6 +11,8 @@
|
|||||||
, traitlets
|
, traitlets
|
||||||
, isPyPy
|
, isPyPy
|
||||||
, py
|
, py
|
||||||
|
, pythonOlder
|
||||||
|
, importlib-metadata
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -35,6 +37,8 @@ buildPythonPackage rec {
|
|||||||
pyzmq
|
pyzmq
|
||||||
tornado
|
tornado
|
||||||
traitlets
|
traitlets
|
||||||
|
] ++ lib.optionals (pythonOlder "3.10") [
|
||||||
|
importlib-metadata
|
||||||
] ++ lib.optional isPyPy py;
|
] ++ lib.optional isPyPy py;
|
||||||
|
|
||||||
# Circular dependency with ipykernel
|
# Circular dependency with ipykernel
|
||||||
|
Loading…
Reference in New Issue
Block a user