On 12/09/2026 19:12, Arif Ali wrote:
The package was accepted, but it failed to build. Local and salsa built
fine. Do we need to consider other dependencies so that it builds on Debian
infra?
I don't think that's an infrastructure difference - I think it's a change in another package that happened between test and upload, specifically python3-pkg-resources being removed from setuptools.

pkg_resources is often easy to replace with importlib.* from the stdlib:
https://docs.python.org/3/library/importlib.resources.html
https://docs.python.org/3/library/importlib.metadata.html

Reply via email to