[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/455: gnu: beancount: Fix build.
From: |
guix-commits |
Subject: |
70/455: gnu: beancount: Fix build. |
Date: |
Mon, 20 Jan 2025 15:46:36 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e2945c650d14a6c3b74a717d4b6fda4573a941a1
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
- 60/455: gnu: python-annotated-types: Update to 0.7.0., (continued)
- 60/455: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2025/01/20
- 65/455: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/20
- 114/455: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/20
- 102/455: gnu: Add python-aiohappyeyeballs., guix-commits, 2025/01/20
- 73/455: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2025/01/20
- 96/455: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/20
- 85/455: gnu: python-cryptography: Update to 44.0.0., guix-commits, 2025/01/20
- 115/455: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/20
- 112/455: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/20
- 95/455: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/20
- 70/455: gnu: beancount: Fix build.,
guix-commits <=
- 103/455: gnu: python-aiohttp: Update to 3.11.11., guix-commits, 2025/01/20
- 111/455: gnu: python-anyio: Remove old version of dataclasses., guix-commits, 2025/01/20
- 72/455: gnu: python-rdflib-6: Update to 6.3.2., guix-commits, 2025/01/20
- 122/455: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/20
- 91/455: gnu: python-testtools: Update to 2.7.2., guix-commits, 2025/01/20
- 68/455: gnu: python-pdfminer-six: Update to 20240706., guix-commits, 2025/01/20
- 118/455: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/20
- 120/455: gnu: python-jose: Fix build., guix-commits, 2025/01/20
- 130/455: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/20
- 135/455: gnu: awscli-2: Run tests., guix-commits, 2025/01/20