mio 05ac40cf22 testing/py3-proglog: rebuild against python 3.14
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
2026-04-01 02:19:29 +00:00
..