Closed
Bug 1865709
Opened 2 years ago
Closed 2 years ago
remove `importlib-metadata` from moz-phab requirements
Categories
(Conduit :: moz-phab, task)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
The importlib-metadata package is a backport of the standard library's importlib.metadata module for Python versions earlier than 3.8. Since we have dropped Python 3.7 support from moz-phab we can now drop this requirement and some associated code.
| Assignee | ||
Comment 1•2 years ago
|
||
importlib-metadata is no longer necessary since we have dropped
Python 3.7 support. Remove it and the associated usage in the code.
| Assignee | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•