python3Packages.passlib: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
parent
ab17d96342
commit
1cb011217d
@@ -16,6 +16,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ nose ];
|
||||
propagatedBuildInputs = [ bcrypt argon2_cffi ];
|
||||
propagatedNativeBuildInputs = [ argon2_cffi ];
|
||||
|
||||
meta = {
|
||||
description = "A password hashing library for Python";
|
||||
|
||||
Reference in New Issue
Block a user