mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue