mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 06:30:36 +02: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user