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