gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
This commit is contained in:
parent
de32aa74b4
commit
c415f76302
|
@ -11312,7 +11312,7 @@ focus on building massively scalable web applications.")
|
|||
(arguments
|
||||
'(;; Many tests fail because they require networking.
|
||||
#:tests? #f))
|
||||
(progated-inputs
|
||||
(propagated-inputs
|
||||
`(("python-requests" ,python-requests)))
|
||||
(home-page "https://github.com/sigmavirus24/betamax")
|
||||
(synopsis "Record HTTP interactions with python-requests")
|
||||
|
|
Loading…
Reference in New Issue