diff options
Diffstat (limited to 'textproc/py-python-iso639/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-python-iso639/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/py-python-iso639/files/patch-pyproject.toml b/textproc/py-python-iso639/files/patch-pyproject.toml new file mode 100644 index 000000000000..e543e9b01574 --- /dev/null +++ b/textproc/py-python-iso639/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-10-09 07:19:11 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 65.3.0", "wheel"] ++requires = ["setuptools >= 63.0.0", "wheel"] + build-backend = "setuptools.build_meta" + + [project] |