mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
a3a14c5693
commit
c203995bf5
1 changed files with 6 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue