guix-commits
[Top][All Lists]
Advanced

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

30/150: gnu: python-tomlkit: Add missing build system input.


From: guix-commits
Subject: 30/150: gnu: python-tomlkit: Add missing build system input.
Date: Sun, 24 Apr 2022 05:12:18 -0400 (EDT)

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

commit 864fcdf5a9d655e8e6ab3ab0034ac7f6f019c99e
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 11:51:55 2021 +0100

    gnu: python-tomlkit: Add missing build system input.
    
    * gnu/packages/python-xyz.scm (python-tomlkit)[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 47bf15ee84..b254a988a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16530,7 +16530,7 @@ docstring and colored output.")
         (base32 "062n694sfv24ylda6nh8228y2q9hrvy554kqx84y7czsjfbg4mxc"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-pytest python-pyyaml))
+     (list python-pytest python-pyyaml python-poetry-core))
     (home-page "https://github.com/sdispater/tomlkit";)
     (synopsis "Style-preserving TOML library")
     (description



reply via email to

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