passlib: build with argon2_cffi
This commit is contained in:
parent
19ce61d79c
commit
6ad7626a6a
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, nose
|
||||
, bcrypt
|
||||
, argon2_cffi
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,10 +17,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
propagatedBuildInputs = [ bcrypt ];
|
||||
propagatedBuildInputs = [ bcrypt argon2_cffi ];
|
||||
|
||||
meta = {
|
||||
description = "A password hashing library for Python";
|
||||
homepage = https://code.google.com/p/passlib/;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user