lfam pushed a commit to branch master
in repository guix.
commit 6dcbd20afa775ba28b7e7986daa6fc4c5981fe0c
Author: Tanguy Le Carrour <[email protected]>
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 <[email protected]>
---
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")