gnu: python-singledispatch: correct inputs.
python-six is only required for conversion, not at run-time * gnu/packages/python.scm (python-singledispatch, python2-singledispatch): [inputs] Move python-six to [native-inputs].
This commit is contained in:
parent
d2a8db92fe
commit
5e1c9d242a
@ -5270,8 +5270,8 @@ It is written entirely in Python.")
|
||||
(base32
|
||||
"171b7ip0hsq5qm83np40h3phlr36ym18w0lay0a8v08kvy3sy1jv"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("python-six" ,python-six))) ; required for conversion, not at run-time
|
||||
(home-page
|
||||
"http://docs.python.org/3/library/functools.html#functools.singledispatch")
|
||||
(synopsis "Backport of singledispatch feature from Python 3.4")
|
||||
|
Loading…
Reference in New Issue
Block a user