passlib: build with argon2_cffi
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, nose
|
, nose
|
||||||
, bcrypt
|
, bcrypt
|
||||||
|
, argon2_cffi
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -16,10 +17,10 @@ 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";
|
||||||
homepage = https://code.google.com/p/passlib/;
|
homepage = https://code.google.com/p/passlib/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user