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:
Hartmut Goebel 2016-10-06 18:14:29 +02:00
parent d2a8db92fe
commit 5e1c9d242a
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF

View File

@ -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")