Skip to content

Commit

Permalink
python39Packages.jupyter-client: Fix build for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed May 5, 2023
1 parent e31c8b2 commit 421d6da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/jupyter-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
, traitlets
, isPyPy
, py
, pythonOlder
, importlib-metadata
}:

buildPythonPackage rec {
Expand All @@ -35,6 +37,8 @@ buildPythonPackage rec {
pyzmq
tornado
traitlets
] ++ lib.optionals (pythonOlder "3.10") [
importlib-metadata
] ++ lib.optional isPyPy py;

# Circular dependency with ipykernel
Expand Down

0 comments on commit 421d6da

Please sign in to comment.