gnu: python-google-auth-oauthlib: Fix tests.

* gnu/packages/python-web.scm (python-google-auth-oauthlib)[build-system]:
Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-mock, and python-setuptools.

Change-Id: Ic846efd5298d666bd295492309f18c271aeb6997
This commit is contained in:
John Kehayias 2025-12-17 15:19:15 -05:00
parent a3a14c5693
commit c203995bf5
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -8754,9 +8754,13 @@ for httplib2 transport.")
(uri (pypi-uri "google-auth-oauthlib" version))
(sha256
(base32 "1yvsjd1vh440nsh9vpnig23sq4k1ia749x5g1dwm7r4110xqrsl3"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(propagated-inputs (list python-google-auth python-requests-oauthlib))
(native-inputs (list python-flask))
(native-inputs
(list python-flask
python-pytest
python-mock
python-setuptools))
(home-page
"https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib")
(synopsis "Google Authentication Library: oauthlib")