python3Packages.passlib: fix cross-compilation

This commit is contained in:
legendofmiracles
2021-10-23 07:08:31 -06:00
committed by Jonathan Ringer
parent ab17d96342
commit 1cb011217d

View File

@@ -16,6 +16,7 @@ buildPythonPackage rec {
checkInputs = [ nose ];
propagatedBuildInputs = [ bcrypt argon2_cffi ];
propagatedNativeBuildInputs = [ argon2_cffi ];
meta = {
description = "A password hashing library for Python";