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

commit 1e0a03db7b77b223e50c09f2662982ca6b638d88
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Sun Oct 2 23:13:17 2016 +0200

    gnu: python-pytest: Propagate input "python-py".
    
    * gnu/packages/python.scm (python-pytest): Move "python-py" from
      inputs to propagated-inputs.
---
 gnu/packages/python.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4ead495..e9e4974 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1561,9 +1561,10 @@ code introspection, and logging.")
            (("def test_remove_dir_prefix\\(self\\):")
             "@pytest.mark.xfail\n    def test_remove_dir_prefix(self):")))))
     (build-system python-build-system)
+    (propagated-inputs
+     `(("python-py" ,python-py)))
     (inputs
-     `(("python-py" ,python-py)
-       ("python-nose" ,python-nose)
+     `(("python-nose" ,python-nose)
        ("python-mock" ,python-mock)))
     (home-page "http://pytest.org";)
     (synopsis "Python testing library")

Reply via email to