guix-commits
[Top][All Lists]
Advanced

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

27/150: gnu: python-crashtest: Build using poetry-core.


From: guix-commits
Subject: 27/150: gnu: python-crashtest: Build using poetry-core.
Date: Sun, 24 Apr 2022 05:12:18 -0400 (EDT)

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

commit 21bacbc76fe6635b5502a2ac0b51d55023e3bdff
Author: Lars-Dominik Braun <lars@6xq.net>
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

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