[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-zipstream-ng: Fix build.
From: |
guix-commits |
Subject: |
04/06: gnu: python-zipstream-ng: Fix build. |
Date: |
Mon, 16 Dec 2024 15:34:21 -0500 (EST) |
avp pushed a commit to branch master
in repository guix.
commit bfe91a82e4a4e2e1649816f780654ecdd0aa9ab7
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Dec 15 22:01:23 2024 +0300
gnu: python-zipstream-ng: Fix build.
* gnu/packages/python-compression.scm (python-zipstream-ng) [native-inputs]:
Add "python-setuptools" and "python-wheel".
Change-Id: Ifdcaeafd585500611a444a354c94c401d96bdd88
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/python-compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 15eaae5bdc..ef01c59269 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -746,7 +746,7 @@ wrapper. It provides a backport of the @code{Path}
object.")
(base32 "1z4zdqqs2rg3z36khgj96bpggv34av337isfv7yxg32prawj687r"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-pytest-cov))
+ (list python-pytest python-pytest-cov python-setuptools python-wheel))
(home-page "https://github.com/pR0Ps/zipstream-ng")
(synopsis "Streamable zip file generator")
(description
- branch master updated (a3ffb920f1 -> c3290cee6a), guix-commits, 2024/12/16
- 01/06: gnu: magic-wormhole-mailbox-server: Fix build., guix-commits, 2024/12/16
- 04/06: gnu: python-zipstream-ng: Fix build.,
guix-commits <=
- 06/06: gnu: magic-wormhole: Update to 0.16.0., guix-commits, 2024/12/16
- 02/06: gnu: magic-wormhole-transit-relay: Fix build., guix-commits, 2024/12/16
- 05/06: gnu: python-spake2: Update to 0.9., guix-commits, 2024/12/16
- 03/06: gnu: python-iterable-io: Fix build., guix-commits, 2024/12/16