gnu: beancount: pytest is a native input.

* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-04-07 18:44:36 +02:00
parent 9afc618e1b
commit 74b992fb43
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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