1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-02 06:01:29 +02:00

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
+2 -1
View File
@@ -1432,8 +1432,9 @@ a Qt GUI.")
("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