mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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>
This commit is contained in:
parent
1adeace816
commit
bfe91a82e4
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ (define-public python-zipstream-ng
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue