htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 779c1ad11fc8d491dca38a05e917980eb1640229
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Thu Oct 6 17:00:28 2016 +0200

    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.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 82f002a..77d316b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1677,8 +1677,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

Reply via email to