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

commit c4b6be1149c0f8aabf0edf465d4725c20101c56a
Author: Lars-Dominik Braun <[email protected]>
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 96b43fed59..6d80d05208 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -553,7 +553,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