diff options
Diffstat (limited to 'devel/py-makefun/files/patch-pyproject.toml')
| -rw-r--r-- | devel/py-makefun/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-makefun/files/patch-pyproject.toml b/devel/py-makefun/files/patch-pyproject.toml new file mode 100644 index 000000000000..aa6a13eb7b49 --- /dev/null +++ b/devel/py-makefun/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-05-09 15:00:04 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=39.2,<72", # later versions do not read 'tests_require' from setup.cfg anymore ++ "setuptools>=39.2", # later versions do not read 'tests_require' from setup.cfg anymore + "setuptools_scm", + "wheel" + ] |
