mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-iterable-io: Fix build.
* gnu/packages/python-xyz.scm (python-iterable-io) [native-inputs]: Add "python-setuptools" and "python-wheel". Change-Id: I08e8135178e0558239f39017bf8ca709a63205b6 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
48d4df3c29
commit
1adeace816
1 changed files with 1 additions and 0 deletions
|
@ -37820,6 +37820,7 @@ parsing rules in a single place.")
|
|||
(sha256
|
||||
(base32 "0g4cn522n4dv6ly8pwf97dc62rr4f7my38v0bh6vmac7jmrip7pv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/pR0Ps/iterable-io")
|
||||
(synopsis "Adapt generators and other iterables to a file-like interface")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue