Files
openwrt-packages/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch
Alexandru Ardelean c1a3e22aaf python-lxml: bump to version 5.3.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
(cherry picked from commit 9060de91b0)
2025-10-22 00:20:04 +02:00

10 lines
226 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["Cython>=3.0.11", "setuptools", "wheel"]
+requires = ["Cython>=3.0.10", "setuptools", "wheel"]
[tool.cibuildwheel]
build-verbosity = 2