51/57: gnu: python-scripttest: Correct inputs.

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

commit d093414329b96ddeafc7ace5374af1f0b1f9c23c
Author: Hartmut Goebel 
Date:   Mon Oct 10 12:14:10 2016 +0200

gnu: python-scripttest: Correct inputs.

python-pytest is only required for testing, not at run-time.

* gnu/packages/python.scm (python-singledispatch, python2-singledispatch):
  [propagated-inputs] Move python-pytest to [native-inputs].
---
 gnu/packages/python.scm |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 92fe3c2..fe82ba9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1747,7 +1747,7 @@ result back.")
 (base32
  "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"
 (build-system python-build-system)
-(propagated-inputs
+(native-inputs
  `(("python-pytest" ,python-pytest)))
 (home-page "http://pythonpaste.org/scripttest/;)
 (synopsis "Python library to test command-line scripts")



51/57: gnu: python-scripttest: Correct inputs.

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

commit 665dcbff192638b3b3d8296e66fb475d169f0528
Author: Hartmut Goebel 
Date:   Mon Oct 10 12:14:10 2016 +0200

gnu: python-scripttest: Correct inputs.

python-pytest is only required for testing, not at run-time.

* gnu/packages/python.scm (python-singledispatch, python2-singledispatch):
  [propagated-inputs] Move python-pytest to [native-inputs].
---
 gnu/packages/python.scm |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6918a96..91a7feb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1742,7 +1742,7 @@ result back.")
 (base32
  "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"
 (build-system python-build-system)
-(propagated-inputs
+(native-inputs
  `(("python-pytest" ,python-pytest)))
 (home-page "http://pythonpaste.org/scripttest/;)
 (synopsis "Python library to test command-line scripts")