guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

100/104: gnu: python-betamax: fix inputs.


From: Hartmut Goebel
Subject: 100/104: gnu: python-betamax: fix inputs.
Date: Tue, 15 Nov 2016 21:37:09 +0000 (UTC)

htgoebel pushed a commit to branch python-build-system
in repository guix.

commit 5b1416d9834182989da3f11b7475c81e06b0c52b
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 15 21:24:31 2016 +0100

    gnu: python-betamax: fix inputs.
    
    * gnu/packages/python.scm (python-betamax): [inputs] change to
      [propagated-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 589fd04..2e6f5a6 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]