Opened 23 months ago
Closed 16 months ago
#10291 closed defect (fixed)
pkg_resources is deprecated
Reported by: | Greg Couch | Owned by: | Greg Couch |
---|---|---|---|
Priority: | major | Milestone: | 1.9 |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | Zach Pearson | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
See https://setuptools.pypa.io/en/latest/pkg_resources.html. pkg_resource is used extensively in the toolshed, and also in bundle_builder, bug_reporter, and linux_support.
Change History (2)
comment:1 by , 17 months ago
Milestone: | 1.8 → 1.9 |
---|---|
Priority: | high → major |
comment:2 by , 16 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replaced with import.metadata, packaging.version, and packaging.requirements as appropriate.
Note:
See TracTickets
for help on using tickets.
Still needed