mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tabulate: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (python-tabulate)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If6aede34a1ce93146412842c0d08ec811f08037e
This commit is contained in:
parent
0bcd6ce3aa
commit
ecdc264069
1 changed files with 5 additions and 1 deletions
|
@ -21671,7 +21671,11 @@ It uses LR parsing and does extensive error checking.")
|
|||
(base32
|
||||
"0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools-scm))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools-scm
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://bitbucket.org/astanin/python-tabulate")
|
||||
(synopsis "Pretty-print tabular data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue