summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/finance.scm3
1 files changed, 2 insertions, 1 deletions
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