diff options
author | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-19 19:21:17 +0300 |
---|---|---|
committer | udovichenko-r <udovichenko-r@yandex-team.com> | 2024-11-19 19:32:13 +0300 |
commit | 321925491e7ee4c1fddd0294839f35d2104d637d (patch) | |
tree | 44e52a209154e8cb86f653ee059f42d5326faec3 /contrib | |
parent | ee98714b4bafd7ac4bc0b68e563b752cbdb7af52 (diff) | |
download | ydb-321925491e7ee4c1fddd0294839f35d2104d637d.tar.gz |
YQL-19206 Move contrib/ydb/library/yql/tests/sql/sql2yql -> yql/essentials/tests/sql/sql2yql
commit_hash:137ab446f8ed4df274d02b251cbe5e2bb08c8194
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/protobuf/python/ya.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libs/protobuf/python/ya.make b/contrib/libs/protobuf/python/ya.make index 39df5f256f..644b4c32d6 100644 --- a/contrib/libs/protobuf/python/ya.make +++ b/contrib/libs/protobuf/python/ya.make @@ -6,6 +6,11 @@ VERSION(Service-proxy-version) LICENSE(BSD-3-Clause) +SUBSCRIBER( + g:contrib + g:cpp-contrib +) + GENERATE_PY_PROTOS(contrib/libs/protobuf/src/google/protobuf/descriptor.proto) END() |