mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-01 18:42:09 +02:00
Fix `ModuleNotFoundError: No module named 'pkg_resources'` error when building with setuptools 82. The error originates from the import of `pkg_resources` in the `ez_setup.py` script for downloading and installing setuptools, unneeded with system setuptools available. Disable importing the `ez_setup` module to avoid the error. Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18025