Skip to content

Commit

Permalink
python3Packages.passlib: fix passlib.pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwilsdon committed Oct 27, 2024
1 parent 4ee6ef1 commit 14fa210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/passlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
pytestCheckHook,
pythonOlder,
pytest-xdist,
setuptools,
}:

buildPythonPackage rec {
Expand All @@ -22,6 +23,8 @@ buildPythonPackage rec {
hash = "sha256-3v1Q9ytlxUAqssVzgwppeOXyAq0NmEeTyN3ixBUuvgQ";
};

dependencies = [ setuptools ];

optional-dependencies = {
argon2 = [ argon2-cffi ];
bcrypt = [ bcrypt ];
Expand Down

0 comments on commit 14fa210

Please sign in to comment.