Commit 421d6da3 authored by Kevin Mehall's avatar Kevin Mehall
Browse files

python39Packages.jupyter-client: Fix build for Python 3.9

parent e31c8b22
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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