guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: poetry: Fix package inputs.


From: guix-commits
Subject: 07/08: gnu: poetry: Fix package inputs.
Date: Tue, 11 Jan 2022 14:35:56 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 86e196dd572d89a34d86e481a543e4dc9541533d
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Jan 6 15:33:59 2022 +0100

    gnu: poetry: Fix package inputs.
    
    * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Add
    python-crashtest and python-entrypoints. Remove python-clikit.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cf6f17493e..4df794eb60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16035,7 +16035,8 @@ database, file, dict stores.  Cachy supports python 
versions 2.7+ and 3.2+.")
      (list python-cachecontrol
            python-cachy
            python-cleo
-           python-clikit
+           python-crashtest
+           python-entrypoints
            python-html5lib
            python-keyring
            python-msgpack



reply via email to

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