From 74b992fb439ce99bd69c0e6773c486c63c828510 Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Tue, 7 Apr 2020 18:44:36 +0200
Subject: [PATCH] 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 2065ca41fb7..344042ea872 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -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
-- 
GitLab