Unverified Commit 2e455a02 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.schema-salad: drop black build-time dependency (#408342)

parents edd2f93d 8c519313
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 ];