void-packages/srcpkgs/python3-dbus-fast/patches/cython-3.1.patch
2025-08-01 10:55:05 -04:00

11 lines
332 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -104,7 +104,7 @@
ignore_errors = true
[build-system]
-requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.1.0', "poetry-core>=1.0.0"]
+requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3,<3.2.0', "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]