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

commit 9c4c9661fc535db10cc7577cfdf500e63e4706bd
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Mon Oct 10 12:15:04 2016 +0200

    gnu: python-subunit, python-testrepository: Fix inputs
    
    * gnu/packages/python.scm (python-subunit, python2-subunit):
      [propagated-inputs]:: Add python-extras, remove python-testtools, move
      python-testscenarios to [native-inputs].  (python-testrepository,
      python2-testrepository): [native-inputs] move python-fixtures and
      python-subunit to [propagated-inputs]
---
 gnu/packages/python.scm |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bf8aba0..8eda09c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1856,9 +1856,10 @@ use of resources by test cases.")
          "1nkw9wfbvizmpajbj3in8ns07g7lwkiv8hip14jjlwk3cacls6jv"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-testtools" ,python-testtools)
-       ("python-mimeparse" ,python-mimeparse)
-       ("python-testscenarios" ,python-testscenarios)))
+     `(("python-extras" ,python-extras)
+       ("python-mimeparse" ,python-mimeparse)))
+    (native-inputs
+     `(("python-testscenarios" ,python-testscenarios)))
     (home-page "http://launchpad.net/subunit";)
     (synopsis "Python implementation of the subunit protocol")
     (description
@@ -1974,11 +1975,11 @@ Python tests.")
          "1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-testtools" ,python-testtools)))
-    (native-inputs
      `(("python-fixtures" ,python-fixtures)
-       ("python-pbr-minimal" ,python-pbr-minimal) ;; same as for building 
fixture
        ("python-subunit" ,python-subunit)
+       ("python-testtools" ,python-testtools)))
+    (native-inputs
+     `(("python-pbr-minimal" ,python-pbr-minimal) ;; same as for building 
fixture
        ("python-mimeparse" ,python-mimeparse)))
     (home-page "https://launchpad.net/testrepository";)
     (synopsis "Database for Python test results")

Reply via email to