Public bug reported: pkg_resources is provided by setuptools but is not a dependency,
used here https://opendev.org/jjb/python- jenkins/src/branch/master/jenkins/plugins.py#L45 But note pkg_resources is not part of the standard library. It is provided by setuptools: https://github.com/pypa/setuptools/tree/main/pkg_resources Either setuptools must be added as a dependency or migrated to something available in the standard library. ** Affects: python-jenkins Importance: Undecided Status: New -- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenkins. https://bugs.launchpad.net/bugs/2003556 Title: pkg_resources is provided by setuptools but is not a dependency Status in Python Jenkins: New Bug description: pkg_resources is provided by setuptools but is not a dependency, used here https://opendev.org/jjb/python- jenkins/src/branch/master/jenkins/plugins.py#L45 But note pkg_resources is not part of the standard library. It is provided by setuptools: https://github.com/pypa/setuptools/tree/main/pkg_resources Either setuptools must be added as a dependency or migrated to something available in the standard library. To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/2003556/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp