gnu: python-betamax: fix inputs.
* gnu/packages/python.scm (python-betamax): [inputs] change to [propagated-inputs].
This commit is contained in:
parent
1b5241c515
commit
5b1416d983
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue