diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-20 00:16:10 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-20 01:15:13 +0800 |
commit | 86e3379278fc9d5195b08a6da67b1d72aa89a697 (patch) | |
tree | e278cdabc1cfdd793a943c0c0ba97006ae596660 /databases/py-tiledb/files/patch-pyproject.toml | |
parent | databases/tiledb: Update to 2.23.0 (diff) |
databases/py-tiledb: Update to 0.29.0
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
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] |