summaryrefslogtreecommitdiffstats
path: root/source/l/python-PyYAML/pyproject.toml.cython3.patch
blob: d8578d8598e7a8aedbd2f057acd8acc2f43d93a5 (plain)
1
2
3
4
5
6
7
--- ./pyproject.toml.orig	2023-07-17 18:39:53.000000000 -0500
+++ ./pyproject.toml	2024-03-03 13:11:48.147039844 -0600
@@ -1,3 +1,3 @@
 [build-system]
-requires = ["setuptools", "wheel", "Cython<3.0"]
+requires = ["setuptools", "wheel", "Cython"]
 build-backend = "setuptools.build_meta"