Package: python3-pyproject-parser
Version: 0.13.0-2
Hi,
after installing python3-pyproject-parser and running pyproject-fmt I
get this:
$ pyproject-fmt pyproject.toml
Traceback (most recent call last):
File "/usr/bin/pyproject-fmt", line 5, in <module>
from pyproject_parser.__main__ import reformat
File "/usr/lib/python3/dist-packages/pyproject_parser/__main__.py", line 37,
in <module>
from consolekit import click_group # nodep
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'consolekit'
$
Installing the python3-consolekit package fixes the problem.
Best regards
Alexander Kurtz