lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit fd88cbe9ca1755452a6dd1689a486e377ca7175a
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 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