Loading pkgs/development/python-modules/schema-salad/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "mypy[mypyc]==1.15.0" "mypy" sed -i "/black>=/d" pyproject.toml ''; build-system = [ setuptools-scm ]; Loading Loading
pkgs/development/python-modules/schema-salad/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "mypy[mypyc]==1.15.0" "mypy" sed -i "/black>=/d" pyproject.toml ''; build-system = [ setuptools-scm ]; Loading