gnu: beancount: pytest is a native input.
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ... [native-inputs]: ... here.
This commit is contained in:
parent
9afc618e1b
commit
74b992fb43
1 changed files with 2 additions and 1 deletions
|
@ -1432,8 +1432,9 @@ (define-public beancount
|
|||
("python-lxml" ,python-lxml)
|
||||
("python-magic" ,python-magic)
|
||||
("python-ply" ,python-ply)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-requests" ,python-requests)))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "http://furius.ca/beancount")
|
||||
(synopsis "Command-line double-entry accounting tool")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue