gnu: python-tldr: Fix build.

* gnu/packages/python-xyz.scm (python-tldr)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ie4891c4409e4b985ef5d7e57f38f308296abcdc0
This commit is contained in:
John Kehayias 2024-12-20 22:53:29 -05:00
parent 4eaeff9979
commit cf3f3dc056
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -28890,7 +28890,9 @@ (define-public python-tldr
(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