gnu: pytest-mock: remove needless propagated input "python-py".
This is not listed as an requirement and is already propagated by python-pytest. * gnu/packages/python.scm (python-pytest-mock, python2-pytest-mock): [propagated-inputs]: Remove python-py.
This commit is contained in:
parent
8e73d3baab
commit
d5e41cf28c
|
@ -1750,8 +1750,7 @@ supports coverage of subprocesses.")
|
|||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
(propagated-inputs
|
||||
`(("python-py" ,python-py)
|
||||
("python-pytest" ,python-pytest)))
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "https://github.com/pytest-dev/pytest-mock/")
|
||||
(synopsis "Thin-wrapper around the mock package for easier use with py.test")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue