guix-commits
[Top][All Lists]
Advanced

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

115/150: gnu: python-clikit: Add missing build input.


From: guix-commits
Subject: 115/150: gnu: python-clikit: Add missing build input.
Date: Sun, 24 Apr 2022 05:12:31 -0400 (EDT)

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

commit fd88cbe9ca1755452a6dd1689a486e377ca7175a
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 a7a202218c..7f21f9fee2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16586,6 +16586,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]