diff options
author | zaverden <zaverden@yandex-team.com> | 2024-02-12 07:20:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:14 +0000 |
commit | fe2ef02b38d9c85d80060963b265a1df9f38c3bb (patch) | |
tree | 1d7aa22ef3b1ab285d301d537e8bac2f56ba7055 /build/plugins/ya.make | |
parent | a7db8517ca75947abf39588e02b2714f8b49aa32 (diff) | |
download | ydb-fe2ef02b38d9c85d80060963b265a1df9f38c3bb.tar.gz |
build/plugins to PY3 only
Diffstat (limited to 'build/plugins/ya.make')
-rw-r--r-- | build/plugins/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ya.make b/build/plugins/ya.make index f886e8114e..164104c562 100644 --- a/build/plugins/ya.make +++ b/build/plugins/ya.make @@ -1,6 +1,6 @@ OWNER(g:ymake) -PY23_LIBRARY() +PY3_LIBRARY() STYLE_PYTHON() |