[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/299: gnu: beancount: Fix build.
From: |
guix-commits |
Subject: |
73/299: gnu: beancount: Fix build. |
Date: |
Mon, 13 Jan 2025 15:17:58 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 0279acc8163dcfac665ecb291c630e55794e67fd
Author: Sergey Trofimov <sarg@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 <sharlatanus@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
- 149/299: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., (continued)
- 149/299: gnu: rust-codspeed-bencher-compat-2: Update to 2.7.2., guix-commits, 2025/01/13
- 130/299: gnu: python-pathy: Remove old version of dataclasses., guix-commits, 2025/01/13
- 147/299: gnu: Add python-inline-snapshot., guix-commits, 2025/01/13
- 150/299: gnu: Add rust-jiter-0.7., guix-commits, 2025/01/13
- 58/299: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2025/01/13
- 56/299: gnu: python-gevent: Propagate greenlet., guix-commits, 2025/01/13
- 71/299: gnu: python-pdfminer-six: Update to 20240706., guix-commits, 2025/01/13
- 67/299: gnu: pyscenic: Update to 0.12.1-1.eaf23eb., guix-commits, 2025/01/13
- 72/299: gnu: Add python-types-simplejson., guix-commits, 2025/01/13
- 82/299: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/13
- 73/299: gnu: beancount: Fix build.,
guix-commits <=
- 88/299: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/13
- 91/299: gnu: python-trio-typing: Update to 0.10.0., guix-commits, 2025/01/13
- 93/299: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/13
- 96/299: gnu: python-openapi-schema-validator: Relax requirements., guix-commits, 2025/01/13
- 112/299: gnu: python-black: Limit number of test processes., guix-commits, 2025/01/13
- 118/299: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/13
- 125/299: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/13
- 160/299: gnu: python-pytorch-lightning: Update to 2.5.0.post0., guix-commits, 2025/01/13
- 133/299: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/13
- 134/299: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/13