python313Packages.google-auth: fix build

This commit is contained in:
Weijia Wang
2025-01-02 03:20:03 +01:00
parent 55f5553543
commit 137419b48b
@@ -70,7 +70,11 @@ buildPythonPackage rec {
freezegun
grpcio
mock
]
++ lib.optionals (pythonOlder "3.13") [
oauth2client
]
++ [
pytest-asyncio
pytest-localserver
pytestCheckHook