guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: python-immutabledict: Add missing build input.


From: guix-commits
Subject: 13/14: gnu: python-immutabledict: Add missing build input.
Date: Fri, 7 Jan 2022 15:46:27 -0500 (EST)

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

commit 626c8ce4d4c6b21594792b882776401e0277e2bd
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 14:31:35 2022 +0100

    gnu: python-immutabledict: Add missing build input.
    
    * gnu/packages/python-xyz.scm (python-immutabledict)[native-inputs]:
    Add python-poetry-core.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 70a82f5a88..3421d7f035 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9684,7 +9684,7 @@ applications.")
     (arguments
      `(#:tests? #f)) ; no tests in PyPI release and no setup.py in GitHub
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-poetry-core))
     (home-page "https://github.com/corenting/immutabledict";)
     (synopsis "Immutable wrapper around dictionaries")
     (description



reply via email to

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