From 2ee432e88c484fa8611584b15789bdb75723b95d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 4 Oct 2025 14:58:47 +0200 Subject: [PATCH] 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 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a19b825bc36..dcdaa05f852 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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