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 /devel/py-opentelemetry-api | |
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 'devel/py-opentelemetry-api')
-rw-r--r-- | devel/py-opentelemetry-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-opentelemetry-api/Makefile b/devel/py-opentelemetry-api/Makefile index e3e4e503f1f3..7b1ebeddc8f7 100644 --- a/devel/py-opentelemetry-api/Makefile +++ b/devel/py-opentelemetry-api/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.6:devel/py-deprecated@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6.0.0<7:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=16.0:devel/py-setuptools@${PY_FLAVOR} + ${PY_SETUPTOOLS} USES= python USE_PYTHON= autoplist concurrent pep517 |