diff options
| author | zaverden <[email protected]> | 2024-02-12 07:20:11 +0300 |
|---|---|---|
| committer | zaverden <[email protected]> | 2024-02-12 07:31:34 +0300 |
| commit | 57350d96f030db90f220ce50ee591d5c5d403df7 (patch) | |
| tree | 69881dd7832719db366c85587991acbf7828c271 | |
| parent | 7a81b74038b3a63c5da9ab769e580d4b1a3b760a (diff) | |
build/plugins to PY3 only
| -rw-r--r-- | build/plugins/tests/ya.make | 2 | ||||
| -rw-r--r-- | build/plugins/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/tests/ya.make b/build/plugins/tests/ya.make index 1b0f3cfc32c..c1c0860791a 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 f886e8114e2..164104c5623 100644 --- a/build/plugins/ya.make +++ b/build/plugins/ya.make @@ -1,6 +1,6 @@ OWNER(g:ymake) -PY23_LIBRARY() +PY3_LIBRARY() STYLE_PYTHON() |
