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 | ||||
|      `(#: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") | ||||
|  |  | |||
		Reference in a new issue