gnu: beancount: Fix build.

* gnu/packages/finance.scm (beancount)
[native-inputs]: Add python-wheel and python-setuptools.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Sergey Trofimov 2024-12-25 15:01:01 +01:00 committed by Janneke Nieuwenhuizen
parent 83e12a5410
commit 7e3930a966
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2007,6 +2007,12 @@ (define-public beancount
(add-before 'check 'build-extensions
(lambda _
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
(list gnupg
python-pdfminer-six
python-pytest
python-setuptools
python-wheel))
(propagated-inputs
(list python-beautifulsoup4
python-bottle
@ -2019,8 +2025,6 @@ (define-public beancount
python-oauth2client
python-ply
python-requests))
(native-inputs
(list gnupg python-pdfminer-six python-pytest))
(home-page "https://beancount.github.io/")
(synopsis "Command-line double-entry accounting tool")
(description