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

python312Packages.ovoenergy: unpin incremental

parent 2a310c2e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -24,7 +24,15 @@ buildPythonPackage rec {
    hash = "sha256-ZcTSf7UejEUqQo0qEXP3fWjZYRx0a3ZBNVkwS2dL3Yk=";
  };

  build-system = [ setuptools ];
  postPatch = ''
    substituteInPlace requirements_setup.txt \
      --replace-fail "==" ">="
  '';

  build-system = [
    incremental
    setuptools
  ];

  nativeBuildInputs = [ incremental ];