Unverified Commit 6a398a91 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

python313Packages.google-auth: fix build (#370101)

parents 01ad09c0 137419b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -70,7 +70,11 @@ buildPythonPackage rec {
      freezegun
      grpcio
      mock
    ]
    ++ lib.optionals (pythonOlder "3.13") [
      oauth2client
    ]
    ++ [
      pytest-asyncio
      pytest-localserver
      pytestCheckHook