Unverified Commit 80115c4b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.meraki: fix build (#503692)

parents e1415769 aa333117
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@ buildPythonPackage rec {
    hash = "sha256-B9eda7ccpCRGuBB2XfRI/Fz+MVBUIjFZzHYWfckQT2g=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools>=78.1.1,<79.0.0" "setuptools"
  '';

  pythonRelaxDeps = [
    "pytest"
    "setuptools"