~ruther/guix-local

2ee432e88c484fa8611584b15789bdb75723b95d — Nicolas Graves 4 months ago 235f929
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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