diff options
Diffstat (limited to 'math/py-uncertainties/files/patch-pyproject.toml')
-rw-r--r-- | math/py-uncertainties/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-uncertainties/files/patch-pyproject.toml b/math/py-uncertainties/files/patch-pyproject.toml new file mode 100644 index 000000000000..df54c808d598 --- /dev/null +++ b/math/py-uncertainties/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2024-06-22 05:57:17 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "setuptools-scm>=8"] ++requires = ["setuptools", "setuptools-scm>=8"] + build-backend = "setuptools.build_meta" + + [project] |