From f2797f18c291e00938f3f46d51a009e6c0976fd2 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 18 Apr 2023 00:25:12 -0400 Subject: gnu: python-oauth2client: Fix build. * gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add python-pyparsing. --- gnu/packages/python-web.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a983009953..6acd571dae 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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") -- cgit 1.4.1