mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python3Packages.passlib: fix passlib.pwd (#351332)
This commit is contained in:
commit
b8ff22dcdc
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user