From ccc9ad1a6914b4cce50935b1b3fd868ed69fed13 Mon Sep 17 00:00:00 2001 From: robot-ydb-importer Date: Wed, 14 Feb 2024 19:47:36 +0300 Subject: YDB Import 566 96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb --- contrib/python/ydb/ya.make | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contrib/python/ydb/ya.make (limited to 'contrib/python') 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 -- cgit v1.3