aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-15 22:01:23 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-16 23:32:42 +0300
commitbfe91a82e4a4e2e1649816f780654ecdd0aa9ab7 (patch)
treebf99c25e75d958b1334cd78ecb8711c8e6ac2084 /gnu
parent1adeace81635a02066fb7b02b5ee4f46a8605b15 (diff)
downloadguix-bfe91a82e4a4e2e1649816f780654ecdd0aa9ab7.tar.gz
guix-bfe91a82e4a4e2e1649816f780654ecdd0aa9ab7.zip
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-compression.scm2
1 files changed, 1 insertions, 1 deletions
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