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

This commit is contained in:
Martin Weinelt
2025-05-18 13:40:02 +02:00
committed by GitHub
@@ -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 ];