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

This commit is contained in:
Nick Cao 2023-07-13 15:59:27 +08:00
parent f0c58ea808
commit 3221ca8be0
No known key found for this signature in database

View File

@ -17,9 +17,12 @@ buildPythonPackage rec {
hash = "sha256-0wzoQDHB7Tt80ZTlKrNxFutztsgUuin5D2eb80c4PBI=";
};
nativeBuildInputs = [
setuptools
];
nativeCheckInputs = [
pytestCheckHook
setuptools
];
pythonImportsCheck = [