guix-commits
[Top][All Lists]
Advanced

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

85/103: gnu: python-responses: Correct inputs


From: Hartmut Goebel
Subject: 85/103: gnu: python-responses: Correct inputs
Date: Tue, 25 Oct 2016 17:47:56 +0000 (UTC)

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

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

    gnu: python-responses: Correct inputs
    
    * gnu/packages/python.scm(python-responses)[native-inputs] move 
python-cookies
      to [propagated-inputs]
---
 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 69fea24..19a253d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8407,10 +8407,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]