python3Packages.jupyterlab-server: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:42:59 +01:00
parent fd524724ac
commit 14fc61e3a8
@@ -2,10 +2,8 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
hatchling,
babel,
importlib-metadata,
jinja2,
json5,
jsonschema,
@@ -45,8 +43,7 @@ buildPythonPackage rec {
jupyter-server
packaging
requests
]
++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
];
optional-dependencies = {
openapi = [