Files
horizon-packages/srcpkgs/synapse/patches/no-setuptools-rust.patch
T

15 lines
492 B
Diff

setuptools_rust is not needed at runtime
diff --git a/pyproject.toml b/pyproject.toml
index df10bdf..d8c657f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -92,7 +92,6 @@ dependencies = [
# This isn't really a dev-dependency, as `poetry install --without dev` will fail,
# but the alternative is to add it to the main list of deps where it isn't
# needed.
- "setuptools_rust>=1.3",
# This is used for parsing multipart responses
"python-multipart>=0.0.9",