gnu: python-betamax: fix inputs.

* gnu/packages/python.scm (python-betamax): [inputs] change to
  [propagated-inputs].
This commit is contained in:
Hartmut Goebel 2016-11-15 21:24:31 +01:00
parent 1b5241c515
commit 5b1416d983
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

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