mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-columnize: Add missing inputs.
* gnu/packages/python-xyz.scm (python-columnize)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I16e4c74ad5c158e9e45c2b1f930f5abb72f7f203
This commit is contained in:
parent
77ec444e54
commit
13b8bf923f
1 changed files with 1 additions and 0 deletions
|
@ -22213,6 +22213,7 @@ specified in POSIX.1-2001 and POSIX.1-2008.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1clb3lfw694crq8m767q0yjaazkplcrbzdr9fr2w39hhndivhcd6"))))
|
(base32 "1clb3lfw694crq8m767q0yjaazkplcrbzdr9fr2w39hhndivhcd6"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/rocky/pycolumnize")
|
(home-page "https://github.com/rocky/pycolumnize")
|
||||||
(synopsis "Format a simple (i.e. not nested) list into aligned columns.")
|
(synopsis "Format a simple (i.e. not nested) list into aligned columns.")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue