python3Packages.globus-sdk: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:41:13 +01:00
parent 57719aaa39
commit bc56b02cf6
@@ -6,11 +6,9 @@
flaky,
pyjwt,
pytestCheckHook,
pythonOlder,
requests,
responses,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
@@ -35,8 +33,7 @@ buildPythonPackage rec {
cryptography
requests
pyjwt
]
++ lib.optionals (pythonOlder "3.10") [ typing-extensions ];
];
nativeCheckInputs = [ pytestCheckHook ];