python3Packages.schema-salad: drop black build-time dependency (#408342)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user