aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-19 18:06:07 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-19 18:41:10 +0300
commit7b0fc6ec5239bf02080f3f3578371aec67d2e039 (patch)
tree9b169bb35fe9d69c0fac4678c460711a43b1a0da
parentbcefefa702db0dacd409df4b94f3374d3ea13d56 (diff)
downloadydb-7b0fc6ec5239bf02080f3f3578371aec67d2e039.tar.gz
Require explicit license for python contribs
-rw-r--r--build/conf/python.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index af86ef4724..f358d4896b 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -214,7 +214,6 @@ multimodule PY3_PROGRAM {
.IGNORED=LICENSE_RESTRICTION LICENSE_RESTRICTION_EXCEPTIONS
# Notify pybuild to skip all python main function definitions
ENABLE(IGNORE_PY_MAIN)
- _REQUIRE_EXPLICIT_LICENSE()
NO_CLANG_TIDY()
}
}