~ruther/guix-local

5b1416d9834182989da3f11b7475c81e06b0c52b — Hartmut Goebel 9 years ago 1b5241c
gnu: python-betamax: fix inputs.

* gnu/packages/python.scm (python-betamax): [inputs] change to
  [propagated-inputs].
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 11310,7 11310,7 @@ focus on building massively scalable web applications.")
    (arguments
     '(;; Many tests fail because they require networking.
       #:tests? #f))
    (inputs
    (progated-inputs
     `(("python-requests" ,python-requests)))
    (home-page "https://github.com/sigmavirus24/betamax")
    (synopsis "Record HTTP interactions with python-requests")