Command line helpΒΆ

Traceback (most recent call last):
  File "/home/abuild/rpmbuild/BUILD/py2pack-0.9.0/py2pack/utils.py", line 22, in <module>
    import tomllib as toml
ModuleNotFoundError: No module named 'tomllib'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/abuild/rpmbuild/BUILD/py2pack-0.9.0/build/directbin/py2pack", line 3, in <module>
    import py2pack
  File "/home/abuild/rpmbuild/BUILD/py2pack-0.9.0/py2pack/__init__.py", line 41, in <module>
    from py2pack.utils import (_get_archive_filelist, get_pyproject_table,
  File "/home/abuild/rpmbuild/BUILD/py2pack-0.9.0/py2pack/utils.py", line 24, in <module>
    import tomli as toml
ModuleNotFoundError: No module named 'tomli'