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
commit b8ff22dcdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];