diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 21:24:31 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:36:19 +0100 |
commit | 5b1416d9834182989da3f11b7475c81e06b0c52b (patch) | |
tree | 5b92f9f532b2184e645b12a3ff97092a240fe7be /gnu/packages/python.scm | |
parent | 1b5241c5153e0c3039f01f520c8cca28063bbaf6 (diff) |
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.scm | 2 |
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") |