diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-19 18:06:07 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-19 18:41:10 +0300 |
commit | 7b0fc6ec5239bf02080f3f3578371aec67d2e039 (patch) | |
tree | 9b169bb35fe9d69c0fac4678c460711a43b1a0da /build/conf/python.conf | |
parent | bcefefa702db0dacd409df4b94f3374d3ea13d56 (diff) | |
download | ydb-7b0fc6ec5239bf02080f3f3578371aec67d2e039.tar.gz |
Require explicit license for python contribs
Diffstat (limited to 'build/conf/python.conf')
-rw-r--r-- | build/conf/python.conf | 1 |
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() } } |