diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-10 21:02:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:40 +0100 |
commit | 13b8bf923fb8040ef2cc14976a4f85cfef91f866 (patch) | |
tree | 9d3584b57385866bb86f01b8367a3720d38b0a58 /gnu/packages/python-xyz.scm | |
parent | 77ec444e542956d6de8b9d374569754710763814 (diff) |
gnu: python-columnize: Add missing inputs.
* gnu/packages/python-xyz.scm (python-columnize)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I16e4c74ad5c158e9e45c2b1f930f5abb72f7f203
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3627e62cbb..98fe7f1cab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22213,6 +22213,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)) (home-page "https://github.com/rocky/pycolumnize") (synopsis "Format a simple (i.e. not nested) list into aligned columns.") (description |