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

commit 56ca468cd6a39030bf593b7637165693a812705c
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
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 a9402a2..96d1dd8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8421,10 +8421,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