python3Packages.starlette: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user