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
@@ -30,6 +30,7 @@ buildPythonPackage rec {
construct
lxml
pycryptodomex
setuptools
];
propagatedNativeBuildInputs = [ argon2-cffi ];