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
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 2 deletions

View File

@ -1750,8 +1750,7 @@ supports coverage of subprocesses.")
(native-inputs (native-inputs
`(("unzip" ,unzip))) `(("unzip" ,unzip)))
(propagated-inputs (propagated-inputs
`(("python-py" ,python-py) `(("python-pytest" ,python-pytest)))
("python-pytest" ,python-pytest)))
(home-page "https://github.com/pytest-dev/pytest-mock/") (home-page "https://github.com/pytest-dev/pytest-mock/")
(synopsis "Thin-wrapper around the mock package for easier use with py.test") (synopsis "Thin-wrapper around the mock package for easier use with py.test")
(description (description