diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-27 21:36:51 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-09-28 13:42:42 -0700 |
commit | 15e462f3c991e9748da775c1e4e30c26fa5695aa (patch) | |
tree | dbbde0282ece580849cb723a1ba528ec21dede14 /science/py-icet/files/patch-pyproject.toml | |
parent | Tools/scripts: Add git-diff-ports.sh (diff) |
science/py-icet: update 3.0 → 3.1
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", + ] |