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:
parent
66ab2f5e3a
commit
6dcbd20afa
1 changed files with 1 additions and 0 deletions
|
|
@ -2036,6 +2036,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-requests" ,python-requests)
|
`(("python-requests" ,python-requests)
|
||||||
|
("python-msgpack" ,python-msgpack)
|
||||||
("python-lockfile" ,python-lockfile)))
|
("python-lockfile" ,python-lockfile)))
|
||||||
(home-page "https://github.com/ionrock/cachecontrol")
|
(home-page "https://github.com/ionrock/cachecontrol")
|
||||||
(synopsis "The httplib2 caching algorithms for use with requests")
|
(synopsis "The httplib2 caching algorithms for use with requests")
|
||||||
|
|
|
||||||
Reference in a new issue