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.
1 files changed, 1 insertions(+), 2 deletions(-) M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -2
@@ 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