diff options
Diffstat (limited to 'science/py-icet/files/patch-pyproject.toml')
-rw-r--r-- | science/py-icet/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-icet/files/patch-pyproject.toml b/science/py-icet/files/patch-pyproject.toml new file mode 100644 index 000000000000..f1953b314896 --- /dev/null +++ b/science/py-icet/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-09-28 03:59:57 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77.0", ++ "setuptools", + "wheel", + "pybind11>=2.10", + ] |