Commit a8012543 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.paddleocr: improve pyproject.toml substitution

Make it more clear that this is setuptools that's unpinned.
parent 1e3b1232
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "==72.1.0" ""
      --replace-fail "setuptools==72.1.0" "setuptools"
  '';

  build-system = [