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:
parent
669f5819e2
commit
0168e48186
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue