RFE: Replace use of `pkg_resources` with `importlib.metadata`
kloczek opened this issue · 1 comments
kloczek commented
See discussions:
astropy/astropy#11091
pypa/pip#7413
[tkloczko@devel-g2v SRPMS]$ rpm -ql python-py | grep py$ | xargs grep pkg_resources
grep: /usr/lib/python3.8/site-packages/py: Is a directory
/usr/lib/python3.8/site-packages/py/_vendored_packages/apipkg/__init__.py: from pkg_resources import get_distribution, DistributionNotFound
RonnyPfannschmidt commented