diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-04-11 09:27:43 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2024-04-11 09:40:56 +0300 |
commit | 4814576bfe95ed19aaaa8b8a02ce13ef441b0436 (patch) | |
tree | c766bfbf9f141fdefbeef309d8fb24ae077727a1 /build | |
parent | 4aa583ab304fabf62f63ac89fd649e4dd731c386 (diff) | |
download | ydb-4814576bfe95ed19aaaa8b8a02ce13ef441b0436.tar.gz |
cleanup: PYTHON2 and PYTHON3 are always defined
9a8e477f76971b1ea26f990386186cebd289796b
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/python.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 2df0e3e47e..a4a0b510c2 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -938,8 +938,6 @@ macro NO_CYTHON_COVERAGE() { ### Documentation: https://wiki.yandex-team.ru/arcadia/python/pysrcs/#modulipylibrarypy3libraryimakrospysrcs macro PY_SRCS() { DEFAULT(MODULE_TAG PY2) - DEFAULT(PYTHON2 yes) - DEFAULT(PYTHON3 no) } # tag:python-specific |