python312Packages.pykeepass: fix No module found pkg_resources

This commit is contained in:
pthompson3 2024-07-20 15:19:37 +01:00
parent e4ab7d7d0c
commit 7643fc8a10

View File

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