1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 08:10:29 +02:00

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:
Hartmut Goebel
2016-10-06 17:00:28 +02:00
parent 8e73d3baab
commit d5e41cf28c

View File

@@ -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