guix-patches
[Top][All Lists]
Advanced

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

[bug#39777] [PATCH V4 05/10] gnu: python-cachecontrol: Add missing propa


From: Tanguy Le Carrour
Subject: [bug#39777] [PATCH V4 05/10] gnu: python-cachecontrol: Add missing propagated-input.
Date: Thu, 19 Mar 2020 18:30:48 +0100

* gnu/packages/python-web.scm (python-cachecontrol):
[propagated-inputs]: Add python-msgpack.
---
 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 b02ffd5f58..2cc4bc270f 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")
-- 
2.25.1






reply via email to

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