From cf3f3dc056fcc91156ce5117dffd247d229003ba Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Fri, 20 Dec 2024 22:53:29 -0500 Subject: gnu: python-tldr: Fix build. * gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0a17ecda3f..615dcc0b13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28890,7 +28890,9 @@ Public Suffix List's private domains as well.") (native-inputs (list python-pytest python-pytest-runner - python-sphinx-argparse)) + python-setuptools + python-sphinx-argparse + python-wheel)) (propagated-inputs (list python-colorama python-termcolor -- cgit v1.2.3