mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: python-fire: Add missing input.
* gnu/packages/python-xyz.scm (python-fire)[native-inputs]: Add python-mock.
This commit is contained in:
parent
d38bdca344
commit
faa4485b52
1 changed files with 2 additions and 2 deletions
|
@ -536,8 +536,6 @@ (define-public python-fire
|
|||
(base32
|
||||
"0qka44n88y3qcj7xz0k0f3qb4phcg4z0wvd4jcii9lcr6rvbiqn5"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -547,6 +545,8 @@ (define-public python-fire
|
|||
(invoke "pytest")))))))
|
||||
(inputs
|
||||
(list python-six python-termcolor))
|
||||
(native-inputs
|
||||
(list python-mock python-pytest))
|
||||
(synopsis "Library for automatically generating command line interfaces")
|
||||
(description
|
||||
"Fire is a library for automatically generating command line interfaces
|
||||
|
|
Loading…
Reference in a new issue