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

commit 21bacbc76fe6635b5502a2ac0b51d55023e3bdff
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Nov 28 11:25:58 2021 +0100

    gnu: python-crashtest: Build using poetry-core.
    
    * gnu/packages/python-xyz.scm (python-crashtest)[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 21bb31ad13..ce4443f97e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11001,6 +11001,7 @@ output.")
         (sha256
           (base32 "1p9p7mn8x2j9psc4jxab98897v4i9s4fliyfw8rp8v4bx1n7pjj2"))))
     (build-system python-build-system)
+    (native-inputs `(("python-poetry-core" ,python-poetry-core)))
     (home-page "https://github.com/sdispater/crashtest";)
     (synopsis "Manage Python errors with ease")
     (description

Reply via email to