Unverified Commit 1a1c1241 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

python312Packages.pykeepass: fix No module found pkg_resources
parents ef78da5e 7643fc8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ buildPythonPackage rec {
    construct
    lxml
    pycryptodomex
    setuptools
  ];

  propagatedNativeBuildInputs = [ argon2-cffi ];