diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:16:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:53:09 -0400 |
commit | 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch) | |
tree | 0832832e213e743859eba3931e1ecc8d3b1aba54 /databases/py-tiledb | |
parent | security/veracrypt: Fix build on 14.x (diff) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
Diffstat (limited to 'databases/py-tiledb')
-rw-r--r-- | databases/py-tiledb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index e17206d7fef1..ba954ddb45e8 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -17,7 +17,7 @@ NOT_FOR_ARCHS_REASON= is currently 64-bit only BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.2:devel/py-pybind11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ tiledb>=2.15.4:databases/tiledb |