guix-commits
[Top][All Lists]
Advanced

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

33/103: gnu: python-fixture: Correct inputs.


From: Hartmut Goebel
Subject: 33/103: gnu: python-fixture: Correct inputs.
Date: Tue, 25 Oct 2016 17:47:51 +0000 (UTC)

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

commit 11d29e4553386fc846920ba16642d77431720458
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 13 14:43:57 2016 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a2eb8a0..7298f47 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1983,10 +1983,9 @@ and sensible default behaviors into your setuptools 
run.")
          "0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-six" ,python-six)
-       ("python-pbr-0.11" ,python-pbr-0.11)))
+     `(("python-six" ,python-six)))
     (native-inputs
-     `(;; Tests
+     `(("python-pbr-0.11" ,python-pbr-0.11)
        ("python-testtools" ,python-testtools)))
     (arguments
      '(#:tests? #f)) ; no setup.py test command



reply via email to

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