Unverified Commit 3221ca8b authored by Nick Cao's avatar Nick Cao
Browse files

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

parent f0c58ea8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -17,9 +17,12 @@ buildPythonPackage rec {
    hash = "sha256-0wzoQDHB7Tt80ZTlKrNxFutztsgUuin5D2eb80c4PBI=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  nativeCheckInputs = [
    pytestCheckHook
    setuptools
  ];

  pythonImportsCheck = [