Skip to content

Drop pkg_resources module, since that is only python <3.8#428

Merged
Evidlo merged 1 commit intolibkeepass:masterfrom
spaetz:master
Mar 10, 2026
Merged

Drop pkg_resources module, since that is only python <3.8#428
Evidlo merged 1 commit intolibkeepass:masterfrom
spaetz:master

Conversation

@spaetz
Copy link
Contributor

@spaetz spaetz commented Mar 9, 2026

Since pykeepass dropped support for python <3.8, we can remove the hack to rely on setuptools' pkg_resources for these versions.

Also, we need to record the dependency on importlib-metadata, since this is otherwise not installed and attempted to fall back on the obsolete pkg_resources codepath.

Fixes #427

Since pykeepass dropped support for python <3.8, we can remove the
hack to rely on setuptools' pkg_resources for these versions.

Also, we need to record the dependency on importlib-metadata, since
this is otherwise not installed and attempted to fall back on the
obsolete pkg_resources codepath.
@Evidlo Evidlo merged commit a3ad4f9 into libkeepass:master Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pykeepass needs dependency importlib-metadata

2 participants