summaryrefslogtreecommitdiff
path: root/www/py-google-cloud-storage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-cloud-storage/Makefile')
-rw-r--r--www/py-google-cloud-storage/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile
index 7de175cff6fb..b0d1c2f5c88d 100644
--- a/www/py-google-cloud-storage/Makefile
+++ b/www/py-google-cloud-storage/Makefile
@@ -26,10 +26,12 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= PROTOBUF
+OPTIONS_DEFINE= PROTOBUF TRACING
OPTIONS_DEFINE= PROTOBUF
PROTOBUF_DESC= Protocol buffers support
+TRACING_DESC= Generate traces using OpenTelemetry
PROTOBUF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR}
+TRACING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.1.0<2.0.0:devel/py-opentelemetry-api@${PY_FLAVOR}
.include <bsd.port.mk>