diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2022-01-06 15:33:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-11 20:35:00 +0100 |
commit | 86e196dd572d89a34d86e481a543e4dc9541533d (patch) | |
tree | 66cb5a0729c15364faeaf222e54658b5f6cf6545 | |
parent | d07d3ea008d24f8ad5f4f32f86cb1f89226123ae (diff) |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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 |