diff options
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r-- | databases/py-tiledb/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml new file mode 100644 index 000000000000..21d2569e7375 --- /dev/null +++ b/databases/py-tiledb/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2024-05-10 15:15:21 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64", "wheel", "pybind11", "Cython"] ++requires = ["setuptools>=61", "wheel", "pybind11", "Cython"] + build-backend = "setuptools.build_meta" + + [project] |