Opened at 2023-11-17T15:45:02Z
Closed at 2023-11-20T14:39:04Z
#4074 closed defect (fixed)
Remove usage of pkg_resources, as it is deprecated
Reported by: | itamarst | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
It also adds runtime dependency on setuptools, which is not desirable.
Python's importlib now supports all the relevant functionality, see https://setuptools.pypa.io/en/latest/pkg_resources.html
Change History (1)
comment:1 Changed at 2023-11-20T14:39:04Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In c98be85/trunk: