rekado pushed a commit to branch python-team in repository guix. commit 370834ddde021ffbf09fec7ae4325bd8407e60fe Author: Sergey Trofimov <s...@sarg.org.ru> AuthorDate: Wed Dec 25 15:01:01 2024 +0100
gnu: beancount: Fix build. * gnu/packages/finance.scm (beancount) [native-inputs]: Add python-wheel and python-setuptools. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/finance.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 149bebfa2f..15f85a10c0 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2007,6 +2007,12 @@ that allows you to run services and through them access the Bitcoin Cash network (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 @@ that allows you to run services and through them access the Bitcoin Cash network 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