guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: python-cachecontrol: Add missing propagated-input.


From: guix-commits
Subject: 05/14: gnu: python-cachecontrol: Add missing propagated-input.
Date: Tue, 24 Mar 2020 17:17:22 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6dcbd20afa775ba28b7e7986daa6fc4c5981fe0c
Author: Tanguy Le Carrour <address@hidden>
AuthorDate: Sat Mar 21 12:26:20 2020 +0100

    gnu: python-cachecontrol: Add missing propagated-input.
    
    * gnu/packages/python-web.scm (python-cachecontrol):
    [propagated-inputs]: Add python-msgpack.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b02ffd5..2cc4bc2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2036,6 +2036,7 @@ provide an easy-to-use Python interface for building 
OAuth1 and OAuth2 clients."
      `(#:tests? #f))
     (propagated-inputs
      `(("python-requests" ,python-requests)
+       ("python-msgpack" ,python-msgpack)
        ("python-lockfile" ,python-lockfile)))
     (home-page "https://github.com/ionrock/cachecontrol";)
     (synopsis "The httplib2 caching algorithms for use with requests")



reply via email to

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