mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
4eaeff9979
commit
cf3f3dc056
1 changed files with 3 additions and 1 deletions
|
@ -28890,7 +28890,9 @@ Public Suffix List's private domains as well.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pytest-runner
|
python-pytest-runner
|
||||||
python-sphinx-argparse))
|
python-setuptools
|
||||||
|
python-sphinx-argparse
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-colorama
|
(list python-colorama
|
||||||
python-termcolor
|
python-termcolor
|
||||||
|
|
Loading…
Add table
Reference in a new issue