diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-02 14:57:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-02 14:57:48 +0300 |
commit | 6d33d6ed03659640a628e99d108e80d942f9676a (patch) | |
tree | d911cf65c38378e67a9f08a8f9962853b1277982 /build/conf/python.conf | |
parent | 76d7f7f8d7f6a5cb29a68b429e27ecfe85b58b65 (diff) | |
download | ydb-6d33d6ed03659640a628e99d108e80d942f9676a.tar.gz |
Allow configuring license exceptions via dedicated macro
Docs will be updated in one of the folliwing PRs.
Diffstat (limited to 'build/conf/python.conf')
-rw-r--r-- | build/conf/python.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 1673934290..dd79062fde 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -211,7 +211,7 @@ multimodule PY3_PROGRAM { } module PY3_BIN_LIB: PY3_LIBRARY { - .IGNORED=RESTRICT_LICENSES + .IGNORED=LICENSE_RESTRICTION LICENSE_RESTRICTION_EXCEPTIONS # Notify pybuild to skip all python main function definitions ENABLE(IGNORE_PY_MAIN) _REQUIRE_EXPLICIT_LICENSE() |