Loading pkgs/development/python-modules/meraki/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/development/python-modules/meraki/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading