python3Packages.fastpbkdf2: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
parent
c294812a10
commit
6265b71ecd
@@ -16,6 +16,7 @@ buildPythonPackage rec {
|
||||
buildInputs = [ openssl ];
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ cffi six ];
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Ayrx/python-fastpbkdf2";
|
||||
|
||||
Reference in New Issue
Block a user