mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
||||
(list python-pytest
|
||||
python-pytest-runner
|
||||
python-sphinx-argparse))
|
||||
python-setuptools
|
||||
python-sphinx-argparse
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-colorama
|
||||
python-termcolor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue