Remove usage of pkg_resources, as it is deprecated #4074

Closed
opened 2023-11-17 15:45:02 +00:00 by itamarst · 1 comment
itamarst commented 2023-11-17 15:45:02 +00:00
Owner

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

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>
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2023-11-17 15:45:02 +00:00
tahoe-lafs added this to the undecided milestone 2023-11-17 15:45:02 +00:00
GitHub <noreply@github.com> commented 2023-11-20 14:39:04 +00:00
Author
Owner

In c98be85/trunk:

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

Drop usage of pkg_resources

Fixes ticket:4074
In [c98be85/trunk](/tahoe-lafs/trac-2024-07-25/commit/c98be858abfcc3a5c8a6d1fb2660d65740e10f2c): ``` Merge pull request #1345 from tahoe-lafs/4074-drop-pkg_resources Drop usage of pkg_resources Fixes ticket:4074 ```
tahoe-lafs added the
fixed
label 2023-11-20 14:39:04 +00:00
GitHub <noreply@github.com> closed this issue 2023-11-20 14:39:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4074
No description provided.