guix-commits
[Top][All Lists]
Advanced

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

24/103: gnu: python-crashtest: Build using poetry-core.


From: guix-commits
Subject: 24/103: gnu: python-crashtest: Build using poetry-core.
Date: Wed, 5 Jan 2022 09:44:30 -0500 (EST)

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

commit bb5fc4abbcd503e6164089eafd6b0ba61ef5f404
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 a224b8d447..d37f6e507a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10333,6 +10333,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]