gnu: python-cachecontrol: Add missing propagated-input.
authorTanguy Le Carrour <tanguy@bioneland.org>
Sat, 21 Mar 2020 11:26:20 +0000 (12:26 +0100)
committerLeo Famulari <leo@famulari.name>
Tue, 24 Mar 2020 21:10:20 +0000 (17:10 -0400)
* gnu/packages/python-web.scm (python-cachecontrol):
[propagated-inputs]: Add python-msgpack.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/python-web.scm

index b02ffd5..2cc4bc2 100644 (file)
@@ -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")