summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-07 18:44:36 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-07 18:46:38 +0200
commit74b992fb439ce99bd69c0e6773c486c63c828510 (patch)
tree296f617ae332a4d1a64e046b6983434f595f5d22
parent9afc618e1bf7825e720257a982efd7f33f4e78ae (diff)
downloadpatches-74b992fb439ce99bd69c0e6773c486c63c828510.tar
patches-74b992fb439ce99bd69c0e6773c486c63c828510.tar.gz
gnu: beancount: pytest is a native input.
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ... [native-inputs]: ... here.
-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