Unverified Commit fcb7d763 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.docplex: fix build (#501469)

parents 27739686 07e94bb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools~=68.2.2" "setuptools>=68.2.2"
      --replace-fail "setuptools~=78.1.1" "setuptools"
  '';

  build-system = [ setuptools ];