python3Packages.passlib: fix passlib.pwd

This commit is contained in:
Jack Wilsdon
2024-10-27 18:03:26 +00:00
parent cae0fd41a2
commit 7571559f6b
@@ -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 ];