python3Packages.spacy: remove dependency on typer-slim

This commit is contained in:
Sarah Clark
2026-02-18 14:06:39 -08:00
parent 7334b98ba0
commit 27cafa3998
@@ -57,6 +57,11 @@ buildPythonPackage rec {
hash = "sha256-pLn3fq6SDstkRIv+1fj1yEGTlAd1IAiVgRu25CnEV8E=";
};
postPatch = ''
substituteInPlace requirements.txt setup.cfg \
--replace-fail typer-slim typer
'';
build-system = [
cymem
cython