Description: Comment-out cmake requirements
Author: Dirk Eddelbuettel <edd@debian.org>
Forwarded: no
Last-Update: 2022-04-02

--- tiledb-py-0.13.2.orig/misc/requirements_wheel.txt
+++ tiledb-py-0.13.2/misc/requirements_wheel.txt
@@ -9,7 +9,7 @@ numpy==1.21.* ; python_version >= "3.10"
 
 #-------------------------------
 # Note 11/23/2021: the current version of the AWS sdk does not work with cmake 3.22
-cmake >= 3.21, < 3.22
+# cmake >= 3.21, < 3.22
 cython >= 0.27
 pybind11 >= 2.6.2
 setuptools >= 18.0, < 61.0
--- tiledb-py-0.13.2.orig/requirements_dev.txt
+++ tiledb-py-0.13.2/requirements_dev.txt
@@ -4,7 +4,7 @@ numpy >= 1.16.5
 # ** MUST sync with misc/requirements_wheel.txt **
 # ------------------------------------------------
 # Note 11/23/2021: the current version of the AWS sdk does not work with cmake 3.22
-cmake >= 3.21, < 3.22
+# cmake >= 3.21, < 3.22
 cython >= 0.27
 pybind11 >= 2.6.2
 setuptools >= 18.0, < 61.0
