[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75088] [PATCH 6/7] gnu: beancount: Fix build.
From: |
Sergey Trofimov |
Subject: |
[bug#75088] [PATCH 6/7] gnu: beancount: Fix build. |
Date: |
Wed, 25 Dec 2024 15:01:01 +0100 |
* gnu/packages/finance.scm (beancount)
[native-inputs]: Add python-wheel and python-setuptools.
---
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 149bebfa2f..8284ac545d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2020,7 +2020,8 @@ (define-public beancount
python-ply
python-requests))
(native-inputs
- (list gnupg python-pdfminer-six python-pytest))
+ (list gnupg python-pdfminer-six python-pytest
+ python-setuptools python-wheel))
(home-page "https://beancount.github.io/")
(synopsis "Command-line double-entry accounting tool")
(description
--
2.46.0
- [bug#75088] [PATCH 0/7] Fix beancount and fava builds., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 7/7] gnu: fava: Update to 1.27., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 6/7] gnu: beancount: Fix build.,
Sergey Trofimov <=
- [bug#75088] [PATCH 4/7] gnu: python-pdfminer-six: Update to 20240706., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 5/7] gnu: Add python-types-simplejson., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 1/7] gnu: python-babel: Update to 2.16.0., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 3/7] gnu: python-markdown2: Fix build., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 2/7] gnu: python-flask-babel: Update to 4.0.0., Sergey Trofimov, 2024/12/25
- bug#75088: [PATCH 0/7] Fix beancount and fava builds., Sharlatan Hellseher, 2024/12/27