passlib: switch from insecure pybcrypt to bcrypt

Also propagated bcrypt so that
downstream dependencies are able to use the bcrypt backend.
This commit is contained in:
Aneesh Agrawal 2017-01-31 23:43:11 -05:00
parent 669f5819e2
commit 0168e48186
1 changed files with 2 additions and 1 deletions

View File

@ -8774,7 +8774,8 @@ in {
sha256 = "1z27wdxs5rj5xhhqfzvzn3yg682irkxw6dcs5jj7mcf97psk8gd8";
};
buildInputs = with self; [ nose pybcrypt];
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ bcrypt ];
meta = {
description = "A password hashing library for Python";