mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-yaspin: Fix build.
* gnu/packages/python-xyz.scm (python-yaspin)[propagated-inputs]: Remove python-termcolor; add python-termcolor-next. Change-Id: I1cf6a5d5f51fe14aca9b64f9c338d10b7f2e95a2 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
235f929403
commit
2ee432e88c
1 changed files with 2 additions and 1 deletions
|
|
@ -40567,12 +40567,13 @@ of several plugins.")
|
|||
(sha256
|
||||
(base32 "1ryc5099sjsa49fhcm6dp5l4rp9v9yxrh17ml78y89idfbbfhvs1"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; tests: 3007 passed, 1758 skipped
|
||||
(native-inputs
|
||||
(list python-poetry-core
|
||||
python-pytest
|
||||
python-pytest-mock))
|
||||
(propagated-inputs
|
||||
(list python-termcolor))
|
||||
(list python-termcolor-next))
|
||||
(home-page "https://github.com/pavdmyt/yaspin")
|
||||
(synopsis "Yet Another Terminal Spinner")
|
||||
(description "Yaspin provides a terminal spinner to indicate the progress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue