Commit 2a310c2e authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.aioazuredevops: unpin incremental

parent 74a3e13b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,6 +34,11 @@ buildPythonPackage rec {
    hash = "sha256-1v58I9WOyyrp9n+qdvVeMZ3EObqP/06XCOZYS0nEvPU=";
  };

  postPatch = ''
    substituteInPlace requirements_setup.txt \
      --replace-fail "==" ">="
  '';

  build-system = [
    incremental
    setuptools