aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2024-02-12 07:20:11 +0300
committerzaverden <zaverden@yandex-team.com>2024-02-12 07:31:34 +0300
commit57350d96f030db90f220ce50ee591d5c5d403df7 (patch)
tree69881dd7832719db366c85587991acbf7828c271
parent7a81b74038b3a63c5da9ab769e580d4b1a3b760a (diff)
downloadydb-57350d96f030db90f220ce50ee591d5c5d403df7.tar.gz
build/plugins to PY3 only
-rw-r--r--build/plugins/tests/ya.make2
-rw-r--r--build/plugins/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/tests/ya.make b/build/plugins/tests/ya.make
index 1b0f3cfc32..c1c0860791 100644
--- a/build/plugins/tests/ya.make
+++ b/build/plugins/tests/ya.make
@@ -1,4 +1,4 @@
-PY2TEST()
+PY3TEST()
OWNER(g:ymake)
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()