diff options
author | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-02-14 19:47:36 +0300 |
---|---|---|
committer | Innokentii Mokin <innokentii@ydb.tech> | 2024-02-16 18:35:13 +0000 |
commit | d6ee6054676c603f8afb27b5bd8ce7fe0a5bfbc0 (patch) | |
tree | 4aa69116e7818a4aae0bfedbfa29639b0f0b90e8 /contrib/python | |
parent | 59ded8ecfcd805c109471346a0d4d1f269bdaa59 (diff) | |
download | ydb-d6ee6054676c603f8afb27b5bd8ce7fe0a5bfbc0.tar.gz |
YDB Import 566
96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/ydb/ya.make | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/python/ydb/ya.make b/contrib/python/ydb/ya.make new file mode 100644 index 00000000000..1886a29d3d8 --- /dev/null +++ b/contrib/python/ydb/ya.make @@ -0,0 +1,23 @@ +PY23_LIBRARY() + +LICENSE(Service-Py23-Proxy) + +IF (PYTHON2) + PEERDIR(contrib/python/ydb/py2) +ELSE() + PEERDIR(contrib/python/ydb/py3) +ENDIF() + +PEERDIR( + contrib/ydb/public/api/grpc + contrib/ydb/public/api/grpc/draft +) + +NO_LINT() + +END() + +RECURSE( + py2 + py3 +)
\ No newline at end of file |