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