guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: python-clikit: Add missing build input.


From: guix-commits
Subject: 14/14: gnu: python-clikit: 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 09cced13c1c177a5a6782ecd9ab39740372f366d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 14:46:41 2022 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3421d7f035..65278d2170 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15582,6 +15582,7 @@ more, possibly remote, memcached servers.")
     (arguments '(#:tests? #f))  ; no test in the PyPI tarball
     (propagated-inputs
      (list python-crashtest python-pastel python-pylev))
+    (native-inputs (list python-poetry-core))
     (home-page "https://github.com/sdispater/clikit";)
     (synopsis "Group of utilities to build command line interfaces")
     (description



reply via email to

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