This rule detects python imports from pkg_resources from
python*-setupsools in /usr/bin/*. Missing dependency on corresponding
setuptools package will render the executables unusable.
Why do we need a special rule for setuptools? It is not different that the hundreds of python packages required to run all the different binaries out there. IMO, this is a case where the packager should consult the upstream documentation.