From 74b992fb439ce99bd69c0e6773c486c63c828510 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 7 Apr 2020 18:44:36 +0200 Subject: gnu: beancount: pytest is a native input. * gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ... [native-inputs]: ... here. --- gnu/packages/finance.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 2065ca41fb..344042ea87 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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 -- cgit v1.2.3