Skip to content

Commit

Permalink
python313Packages.google-auth: fix build (NixOS#370101)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 2, 2025
2 parents 01ad09c + 137419b commit 6a398a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/google-auth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ buildPythonPackage rec {
freezegun
grpcio
mock
]
++ lib.optionals (pythonOlder "3.13") [
oauth2client
]
++ [
pytest-asyncio
pytest-localserver
pytestCheckHook
Expand Down

0 comments on commit 6a398a9

Please sign in to comment.