aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.com>2025-03-05 07:10:46 +0300
committerspreis <spreis@yandex-team.com>2025-03-05 07:32:03 +0300
commit2a4e4c940a50fbffada8cb47e766fcd7d285ccdd (patch)
tree472b3196eae3c5c136324527ab10dcc1f65f33b9
parent116b38d034cfdf15b628eb57807c54100db19a62 (diff)
downloadydb-2a4e4c940a50fbffada8cb47e766fcd7d285ccdd.tar.gz
Revert commit rXXXXXX, Exclude libs from targets in PY3_PROGRAM and PY3TEST
commit_hash:dab79365af041d6a2625306268153dd1cb03409d
-rw-r--r--build/conf/python.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index bfa42ee36da..8c0ca876a81 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -267,7 +267,6 @@ multimodule PY3_PROGRAM {
# Notify pybuild to skip all python main function definitions
ENABLE(IGNORE_PY_MAIN)
NO_CLANG_TIDY()
- DISABLE(START_TARGET)
}
}
@@ -436,7 +435,6 @@ multimodule PY3TEST {
PEERDIR+=library/python/pytest
_DONT_REQUIRE_LICENSE()
WITHOUT_VERSION()
- DISABLE(START_TARGET)
}
}