From 15e462f3c991e9748da775c1e4e30c26fa5695aa Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 27 Sep 2025 21:36:51 -0700 Subject: =?UTF-8?q?science/py-icet:=20update=203.0=20=E2=86=92=203.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- science/py-icet/files/patch-pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 science/py-icet/files/patch-pyproject.toml (limited to 'science/py-icet/files/patch-pyproject.toml') 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", + ] -- cgit v1.2.3