diff options
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 |
