mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: python-responses: Correct inputs
* gnu/packages/python.scm(python-responses)[native-inputs] move python-cookies to [propagated-inputs]
This commit is contained in:
parent
a0a0985978
commit
d8ea5f2f27
1 changed files with 2 additions and 2 deletions
|
@ -9165,10 +9165,10 @@ (define-public python-responses
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue