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:
Artyom V. Poptsov 2024-12-15 22:01:23 +03:00
parent 1adeace816
commit bfe91a82e4
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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