summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorimunkin <[email protected]>2024-11-08 10:00:23 +0300
committerimunkin <[email protected]>2024-11-08 10:12:13 +0300
commita784a2f943d6e15caa6241e2e96d80aac6dbf375 (patch)
tree05f1e5366c916b988a8afb75bdab8ddeee0f6e6d /library/python
parentd70137a7b530ccaa52834274913bbb5a3d1ca06e (diff)
Move yql/udfs/common/ to /yql/essentials YQL-19206
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f
Diffstat (limited to 'library/python')
-rw-r--r--library/python/type_info/ya.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/python/type_info/ya.make b/library/python/type_info/ya.make
index 3688010d0e6..0f12c1b8484 100644
--- a/library/python/type_info/ya.make
+++ b/library/python/type_info/ya.make
@@ -1,5 +1,9 @@
PY23_LIBRARY()
+SUBSCRIBER(
+ g:yt
+)
+
PEERDIR(
yt/python/yt/type_info
)