~ruther/guix-local

d8ea5f2f27a7ec4cc9974eadadd88c59458bb8ce — Hartmut Goebel 9 years ago a0a0985
gnu: python-responses: Correct inputs

* gnu/packages/python.scm(python-responses)[native-inputs] move python-cookies
  to [propagated-inputs]
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 9165,10 9165,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")