lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 09cced13c1c177a5a6782ecd9ab39740372f366d
Author: Lars-Dominik Braun <[email protected]>
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