diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-optree/files/patch-pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-optree/files/patch-pyproject.toml b/devel/py-optree/files/patch-pyproject.toml new file mode 100644 index 000000000000..2f173c18f26b --- /dev/null +++ b/devel/py-optree/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-05-28 07:15:37 UTC ++++ pyproject.toml +@@ -1,7 +1,7 @@ + # Package ###################################################################### + + [build-system] +-requires = ["setuptools >= 77.0", "pybind11 >= 2.12"] ++requires = ["setuptools", "pybind11 >= 2.12"] + build-backend = "setuptools.build_meta" + + [project] +@@ -10,7 +10,7 @@ authors = [{ name = "OpTree Contributors" }] + readme = "README.md" + requires-python = ">= 3.9" + authors = [{ name = "OpTree Contributors" }] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + keywords = [ + "PyTree", + "Tree Manipulation", |