gnu: python-cachecontrol: Add missing propagated-input.

* gnu/packages/python-web.scm (python-cachecontrol):
[propagated-inputs]: Add python-msgpack.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Tanguy Le Carrour 2020-03-21 12:26:20 +01:00 committed by Leo Famulari
parent 66ab2f5e3a
commit 6dcbd20afa
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2036,6 +2036,7 @@ (define-public python-cachecontrol
`(#: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")