#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

In c98be85/trunk:

Merge pull request #1345 from tahoe-lafs/4074-drop-pkg_resources

Drop usage of pkg_resources

Fixes ticket:4074

Note: See TracTickets for help on using tickets.