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:
Ricardo Wurmus 2024-05-07 23:21:43 +02:00 committed by Sharlatan Hellseher
parent 0bcd6ce3aa
commit ecdc264069
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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