me
/
guix
Archived
1
0
Fork 0

gnu: python-oauth2client: Fix build.

* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add
python-pyparsing.
master
John Kehayias 2023-04-18 00:25:12 -04:00
parent f2cc76c809
commit f2797f18c2
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 5 additions and 1 deletions

View File

@ -4284,7 +4284,11 @@ users' sessions over extended periods of time.")
(arguments
`(#:tests? #f))
(propagated-inputs
(list python-httplib2 python-pyasn1 python-pyasn1-modules python-rsa
(list python-httplib2
python-pyasn1
python-pyasn1-modules
python-pyparsing
python-rsa
python-six))
(home-page "https://github.com/google/oauth2client/")
(synopsis "OAuth 2.0 client library")