Unverified Commit 8c519313 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.schema-salad: drop black build-time dependency

parent 7384feba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];