python3Packages.allpairspy: move setuptools to nativeBuildInputs, fix cross compilation

This commit is contained in:
Nick Cao
2023-07-13 16:00:33 +08:00
parent f0c58ea808
commit 3221ca8be0
@@ -17,9 +17,12 @@ buildPythonPackage rec {
hash = "sha256-0wzoQDHB7Tt80ZTlKrNxFutztsgUuin5D2eb80c4PBI=";
};
nativeBuildInputs = [
setuptools
];
nativeCheckInputs = [
pytestCheckHook
setuptools
];
pythonImportsCheck = [