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

10 lines
235 B
Diff

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