Commit 07e94bb2 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.docplex: fix build

parent 2b69405f
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 ];