Merge pull request #328675 from PhilT/pykeepass-fix-no-module-found-pkg_resources-on-python312

python312Packages.pykeepass: fix No module found pkg_resources
This commit is contained in:
Robert Schütz 2024-07-21 08:11:16 -07:00 committed by GitHub
commit 1a1c12411b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ buildPythonPackage rec {
construct
lxml
pycryptodomex
setuptools
];
propagatedNativeBuildInputs = [ argon2-cffi ];