You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Python 3.8-provided importlib.metadata (#585)
The importlib_metadata package is a backport of the importlib.metadata
module from Python 3.8. Fedora (and possibly others) no longer package
importlib_metadata because they ship Python versions which have the
functionality built-in.
Signed-off-by: Scott K Logan <[email protected]>
0 commit comments