Unverified Commit 6b1e130f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.cx-freeze: unbreak (#354460)

parents 51e6140a 7b094e2b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@ buildPythonPackage rec {
    sed -i /patchelf/d pyproject.toml
    # Build system requirements
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools>=65.6.3,<71" "setuptools" \
      --replace-fail "wheel>=0.42.0,<=0.43.0" "wheel"
      --replace-fail "setuptools>=70.1,<75" "setuptools"
  '';

  build-system = [