summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 7eebc5f77107..6a4e0e7b17cf 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig 2023-06-08 15:51:33 UTC
+--- pyproject.toml.orig 2023-07-31 14:34:13 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@
# https://askubuntu.com/a/1407138
# we encounter the above error in versions of setuptools<=58.3.0
--requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11>=2.6.2"]
-+requires = ["setuptools>=42", "wheel", "pybind11>=2.6.2"]
+-requires = ["setuptools>=42,<=58.3.0", "wheel", "pybind11<2.11.0", "cython<3.0"]
++requires = ["setuptools>=42", "wheel", "pybind11<2.11.0", "cython<3.0"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]