gnu: python-oauth2client: Fix build.
* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing.master
parent
f2cc76c809
commit
f2797f18c2
|
@ -4284,7 +4284,11 @@ users' sessions over extended periods of time.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(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))
|
python-six))
|
||||||
(home-page "https://github.com/google/oauth2client/")
|
(home-page "https://github.com/google/oauth2client/")
|
||||||
(synopsis "OAuth 2.0 client library")
|
(synopsis "OAuth 2.0 client library")
|
||||||
|
|
Reference in New Issue