diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-thriftpy2/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-thriftpy2/files/patch-pyproject.toml b/devel/py-thriftpy2/files/patch-pyproject.toml new file mode 100644 index 000000000000..8bbcc8eff877 --- /dev/null +++ b/devel/py-thriftpy2/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-07-14 13:08:30 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=68", "cython>=0.28.4,<4", "toml"] ++requires = ["setuptools>=61", "cython>=0.28.4,<4", "toml"] + + [project] + name = "thriftpy2" |