diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/grpc/src/python/grpcio_reflection/ya.make | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/src/python/grpcio_reflection/ya.make')
-rw-r--r-- | contrib/libs/grpc/src/python/grpcio_reflection/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make index 34233d3fad..c0f7d61dcc 100644 --- a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make @@ -2,8 +2,8 @@ PY23_LIBRARY() LICENSE(Apache-2.0) -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + OWNER( akastornov dvshkurko @@ -25,7 +25,7 @@ IF (PYTHON2) ENDIF() ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc + ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc contrib/libs/grpc contrib/libs/grpc/include ) @@ -43,15 +43,15 @@ PY_SRCS( TOP_LEVEL grpc_reflection/__init__.py grpc_reflection/v1alpha/__init__.py - grpc_reflection/v1alpha/_base.py + grpc_reflection/v1alpha/_base.py grpc_reflection/v1alpha/reflection.py ) -IF (PYTHON3) - PY_SRCS( - TOP_LEVEL - grpc_reflection/v1alpha/_async.py - ) -ENDIF() - +IF (PYTHON3) + PY_SRCS( + TOP_LEVEL + grpc_reflection/v1alpha/_async.py + ) +ENDIF() + END() |