python3Packages.jupyter-client: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:42:47 +01:00
parent 71661c928f
commit fd524724ac
@@ -8,8 +8,6 @@
pyzmq,
tornado,
traitlets,
pythonOlder,
importlib-metadata,
}:
buildPythonPackage rec {
@@ -31,8 +29,7 @@ buildPythonPackage rec {
pyzmq
tornado
traitlets
]
++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
];
pythonImportsCheck = [ "jupyter_client" ];