python3Packages.starlette: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:48:40 +01:00
parent a0b20567d0
commit ff47585407
@@ -19,7 +19,6 @@
# tests
pytestCheckHook,
pythonOlder,
trio,
# reverse dependencies
@@ -40,7 +39,7 @@ buildPythonPackage rec {
build-system = [ hatchling ];
dependencies = [ anyio ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
dependencies = [ anyio ];
optional-dependencies.full = [
itsdangerous