gnu: beancount: pytest is a native input.
authorMarius Bakke <mbakke@fastmail.com>
Tue, 7 Apr 2020 16:44:36 +0000 (18:44 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 7 Apr 2020 16:46:38 +0000 (18:46 +0200)
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.

gnu/packages/finance.scm

index 2065ca4..344042e 100644 (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