Unverified Commit 21663337 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #287795 from ocfox/fix-quark-engine

quark-engine: fix build
parents 4d23f906 cedf7701
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication rec {

  nativeBuildInputs = with python3.pkgs; [
    setuptools
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = with python3.pkgs; [
@@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec {
    tqdm
  ];

  pythonRelaxDeps = [
    "r2pipe"
  ];

  # Project has no tests
  doCheck = false;