guix-commits
[Top][All Lists]
Advanced

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

36/43: python-responses: Correct inputs


From: Hartmut Goebel
Subject: 36/43: python-responses: Correct inputs
Date: Tue, 18 Oct 2016 11:20:10 +0000 (UTC)

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

commit 4825c65fecb31056fe877277bc1f2a5156705f18
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:26:20 2016 +0200

    python-responses: Correct inputs
    
    cookies -> propageted
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 788bac9..bcae6a3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8413,10 +8413,10 @@ Python.")
        ;; https://github.com/getsentry/responses/issues/38
        #:tests? #f))
     (native-inputs
-     `(("python-cookies" ,python-cookies)
-       ("python-mock" ,python-mock)))
+     `(("python-mock" ,python-mock)))
     (propagated-inputs
      `(("python-requests" ,python-requests)
+       ("python-cookies" ,python-cookies)
        ("python-six" ,python-six)))
     (home-page "https://github.com/getsentry/responses";)
     (synopsis "Utility for mocking out the `requests` Python library")



reply via email to

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