pkg_resources should not depend on setuptools #311
Closed
Comments
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: jaraco (Bitbucket: jaraco, GitHub: jaraco)
With the 8.0 release, and the vendoring of packaging, pkg_resources now imports setuptools, invoking the side effects of importing setuptools. This change violates the implicit expectation that pkg_resources should run independent of setuptools. I missed this violation during my review, but it should be relatively straightforward to correct.
The text was updated successfully, but these errors were encountered: