guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/97: gnu: python-testrepositoryfixture: Correct inputs.


From: Hartmut Goebel
Subject: 36/97: gnu: python-testrepositoryfixture: Correct inputs.
Date: Tue, 18 Oct 2016 20:13:18 +0000 (UTC)

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

commit 03a58ce0478a6c1b4ac5f55f6aa8f3544849e0ff
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 13 14:46:12 2016 +0200

    gnu: python-testrepositoryfixture: Correct inputs.
    
    python-fixtures is required only for building.
    
    * gnu/packages/python.scm (python-testrepository) [propagated-inputs] move
      python-fixtures to [native-inputs].
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 55a650c..93396bc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2012,10 +2012,10 @@ Python tests.")
          "1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-fixtures-0.3.16" ,python-fixtures-0.3.16)
-       ("python-testtools" ,python-testtools)))
+     `(("python-testtools" ,python-testtools)))
     (native-inputs
-     `(("python-subunit" ,python-subunit)
+     `(("python-fixtures" ,python-fixtures)
+       ("python-subunit" ,python-subunit)
        ("python-mimeparse" ,python-mimeparse)))
     (home-page "https://launchpad.net/testrepository";)
     (synopsis "Database for Python test results")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]