summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTanguy Le Carrour <tanguy@bioneland.org>2022-01-06 15:33:59 +0100
committerLudovic Courtès <ludo@gnu.org>2022-01-11 20:35:00 +0100
commit86e196dd572d89a34d86e481a543e4dc9541533d (patch)
tree66cb5a0729c15364faeaf222e54658b5f6cf6545 /gnu
parentd07d3ea008d24f8ad5f4f32f86cb1f89226123ae (diff)
downloadguix-patches-86e196dd572d89a34d86e481a543e4dc9541533d.tar
guix-patches-86e196dd572d89a34d86e481a543e4dc9541533d.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
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