32/57: gnu: python-fixture: Correct inputs.

2016-10-15 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 048aac13d61c3f7cb57d84c5c63029efacdc165c
Author: Hartmut Goebel 
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 27f2c74..a6c721f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1982,10 +1982,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



32/57: gnu: python-fixture: Correct inputs.

2016-10-13 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 76d9ad4eee3db06a67a0362326825b30d611a266
Author: Hartmut Goebel 
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 e50c845..b2a117b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1977,10 +1977,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