guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-oauth2client: Fix build.


From: guix-commits
Subject: 03/03: gnu: python-oauth2client: Fix build.
Date: Tue, 18 Apr 2023 00:30:26 -0400 (EDT)

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

commit f2797f18c291e00938f3f46d51a009e6c0976fd2
Author: John Kehayias <john.kehayias@protonmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]