mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue