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>
parent
d07d3ea008
commit
86e196dd57
|
@ -16035,7 +16035,8 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
|
||||||
(list python-cachecontrol
|
(list python-cachecontrol
|
||||||
python-cachy
|
python-cachy
|
||||||
python-cleo
|
python-cleo
|
||||||
python-clikit
|
python-crashtest
|
||||||
|
python-entrypoints
|
||||||
python-html5lib
|
python-html5lib
|
||||||
python-keyring
|
python-keyring
|
||||||
python-msgpack
|
python-msgpack
|
||||||
|
|
Reference in New Issue