python3Packages.passlib: fix passlib.pwd (#351332)

This commit is contained in:
Robert Schütz
2024-10-27 18:06:16 -07:00
committed by GitHub
@@ -8,6 +8,7 @@
pytestCheckHook,
pythonOlder,
pytest-xdist,
setuptools,
}:
buildPythonPackage rec {
@@ -22,6 +23,8 @@ buildPythonPackage rec {
hash = "sha256-3v1Q9ytlxUAqssVzgwppeOXyAq0NmEeTyN3ixBUuvgQ";
};
dependencies = [ setuptools ];
optional-dependencies = {
argon2 = [ argon2-cffi ];
bcrypt = [ bcrypt ];