Skip to content

fix: use vendored python packages

At the moment, the command auditwheel show <your-wheel>.whl produces an error.

Traceback (most recent call last):
  File "/usr/bin/auditwheel", line 8, in <module>
    sys.exit(main())
  ...
  File "/usr/lib/python3.12/site-packages/auditwheel/wheeltools.py", line 26, in <module>
    from wheel.pkginfo import read_pkg_info, write_pkg_info
ModuleNotFoundError: No module named 'wheel.pkginfo'

Merge request reports