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].
This commit is contained in:
Hartmut Goebel 2016-10-10 12:14:10 +02:00
parent abcc7a0eb9
commit 521b77729e
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

View File

@ -1821,7 +1821,7 @@ result back.")
(base32 (base32
"0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m")))) "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))
(home-page "http://pythonpaste.org/scripttest/") (home-page "http://pythonpaste.org/scripttest/")
(synopsis "Python library to test command-line scripts") (synopsis "Python library to test command-line scripts")