guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: beancount: pytest is a native input.


From: guix-commits
Subject: 03/04: gnu: beancount: pytest is a native input.
Date: Tue, 7 Apr 2020 12:47:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 74b992fb439ce99bd69c0e6773c486c63c828510
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Apr 7 18:44:36 2020 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]