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:
parent
abcc7a0eb9
commit
521b77729e
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue