diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-07 18:44:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-07 18:46:38 +0200 |
commit | 74b992fb439ce99bd69c0e6773c486c63c828510 (patch) | |
tree | 296f617ae332a4d1a64e046b6983434f595f5d22 /gnu | |
parent | 9afc618e1bf7825e720257a982efd7f33f4e78ae (diff) |
gnu: beancount: pytest is a native input.
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 3 |
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 |