diff options
| author | robot-piglet <[email protected]> | 2026-07-20 16:13:38 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-07-20 17:06:30 +0300 |
| commit | bf69c7b7a5ef3e46cad80fa3cb02c3b4bb003903 (patch) | |
| tree | dc95c35a8df8bacf3ee8530bcc9aa4489dcd599c | |
| parent | dd427c07c26ecbcc6494c860fa819902843e2fbb (diff) | |
Intermediate changes
commit_hash:78b02e1e92874488f64c4d1dc2f5d9930b87c279
| -rw-r--r-- | contrib/libs/opentelemetry-proto/.yandex_meta/__init__.py | 1 | ||||
| -rw-r--r-- | contrib/libs/opentelemetry-proto/ya.make | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libs/opentelemetry-proto/.yandex_meta/__init__.py b/contrib/libs/opentelemetry-proto/.yandex_meta/__init__.py index 34a3f3fd550..d07e4060761 100644 --- a/contrib/libs/opentelemetry-proto/.yandex_meta/__init__.py +++ b/contrib/libs/opentelemetry-proto/.yandex_meta/__init__.py @@ -13,6 +13,7 @@ def post_install(self): GRPC=True, PROTO_NAMESPACE=ArcPath(self.arcdir, GLOBAL=True), PY_NAMESPACE=".", + INCLUDE_TAGS=["TS_PROTO", "TS_PREPARE_DEPS"], ) diff --git a/contrib/libs/opentelemetry-proto/ya.make b/contrib/libs/opentelemetry-proto/ya.make index d1a48612fac..cea01da4ebf 100644 --- a/contrib/libs/opentelemetry-proto/ya.make +++ b/contrib/libs/opentelemetry-proto/ya.make @@ -17,6 +17,11 @@ PROTO_NAMESPACE( contrib/libs/opentelemetry-proto ) +INCLUDE_TAGS( + TS_PREPARE_DEPS + TS_PROTO +) + GRPC() SRCS( |
