guix-commits
[Top][All Lists]
Advanced

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

27/103: gnu: python-tomlkit: Add missing build system input.


From: guix-commits
Subject: 27/103: gnu: python-tomlkit: Add missing build system input.
Date: Wed, 5 Jan 2022 09:44:30 -0500 (EST)

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

commit ca9484ac65cc9f427c800060870eeaf40206eb1a
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 e24cc8d980..7e937ca638 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15455,7 +15455,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]