summaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorrobot-ydb-importer <[email protected]>2024-02-14 19:47:36 +0300
committerrobot-ydb-importer <[email protected]>2024-02-14 21:51:48 +0300
commitccc9ad1a6914b4cce50935b1b3fd868ed69fed13 (patch)
tree9dea935eaf96e944bf8262a295eb8bccb7bce077 /contrib/python
parent37ca0ae098448d6f7d13b7c651f38c282915ad3a (diff)
YDB Import 566
96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
Diffstat (limited to 'contrib/python')
-rw-r--r--contrib/python/ydb/ya.make23
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