~ruther/guix-local

ecdc2640694de6aadbed3634e050b75d6c7f0d83 — Ricardo Wurmus 2 years ago 0bcd6ce
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
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 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