> > > I'm worried that a lot of ___undeclared___ dependencies on "undeclared" is the important word here. The code does "import pkg_resources" but the library is gone :-(
The lintian check that was used to detect the dead batteries & later lead to a MBF could be extended to pkg_resources too; then we could cross-check the delta from the existing MBF. It's not a perfect fit for %DEPRECATED_STDLIBS though. Le dim. 16 févr. 2025 à 19:22, Andrey Rakhmatullin <w...@debian.org> a écrit : > Yes, the solution is removing the module usage, but if that's not possible > a dependency needs to be declared, as usual. Yes, that's the fastest/safest solution. Thanks