0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 06:58:07 +00:00
packages/lang/python/python-lxml/patches/001-downgrade-cython-requirement.patch
Alexandru Ardelean 9060de91b0 python-lxml: bump to version 5.3.0
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-12-25 21:33:52 +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