From ecdc2640694de6aadbed3634e050b75d6c7f0d83 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 May 2024 23:21:43 +0200 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cde49cc70f6e0d2ec67ea41af476d7e4822e7e86..35f671bde55b328e6f1b5c49e22585bfcd2b32fc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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