diff options
Diffstat (limited to 'devel/py-lxml5/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-lxml5/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-lxml5/files/patch-pyproject.toml b/devel/py-lxml5/files/patch-pyproject.toml new file mode 100644 index 000000000000..acf2d2f5a6ab --- /dev/null +++ b/devel/py-lxml5/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-04-22 12:23:54 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["Cython>=3.0.11, < 3.1.0", "setuptools", "wheel"] ++requires = ["Cython>=3.1.0", "setuptools", "wheel"] + + [tool.cibuildwheel] + build-verbosity = 1 |