summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 21:24:31 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:36:19 +0100
commit5b1416d9834182989da3f11b7475c81e06b0c52b (patch)
tree5b92f9f532b2184e645b12a3ff97092a240fe7be /gnu/packages/python.scm
parent1b5241c5153e0c3039f01f520c8cca28063bbaf6 (diff)
downloadguix-patches-5b1416d9834182989da3f11b7475c81e06b0c52b.tar
guix-patches-5b1416d9834182989da3f11b7475c81e06b0c52b.tar.gz
gnu: python-betamax: fix inputs.
* gnu/packages/python.scm (python-betamax): [inputs] change to [propagated-inputs].
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 589fd048cd..2e6f5a6b63 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")