mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-oauth2client: Fix build.
* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing.
This commit is contained in:
parent
f2cc76c809
commit
f2797f18c2
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue