guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: python-yaspin: Add missing build input.


From: guix-commits
Subject: 11/14: gnu: python-yaspin: Add missing build input.
Date: Fri, 7 Jan 2022 15:46:27 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit b0e5f962a21885198bd0f51e4ad410ec8d4be40b
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 13:58:44 2022 +0100

    gnu: python-yaspin: Add missing build input.
    
    * gnu/packages/python-xyz.scm (python-yaspin)[native-inputs]: Add
    python-poetry-core.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 440e4a9d20..25869c5c5b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -491,7 +491,7 @@ as functions or string constants to form colored terminal 
output.")
         (base32 "1iirah0kydrdp505qnjj6gi54avcr7z0hbkfx9vmh8myr30rpz6q"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-poetry-core))
     (home-page "https://github.com/pavdmyt/yaspin";)
     (synopsis "Yet Another Terminal Spinner")
     (description "Yaspin provides a terminal spinner to indicate the progress



reply via email to

[Prev in Thread] Current Thread [Next in Thread]