python3Packages.swagger-ui-bundle: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:53 +01:00
parent 30d6e9d411
commit 899c0c8d80
@@ -2,13 +2,11 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
# build-system
poetry-core,
# dependencies
importlib-resources,
jinja2,
}:
@@ -26,7 +24,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ jinja2 ] ++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
propagatedBuildInputs = [ jinja2 ];
# package contains no tests
doCheck = false;