podiki pushed a commit to branch core-updates
in repository guix.

commit f2797f18c291e00938f3f46d51a009e6c0976fd2
Author: John Kehayias <[email protected]>
AuthorDate: Tue Apr 18 00:25:12 2023 -0400

    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(-)

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")

Reply via email to