summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2023-09-19 18:06:07 +0300
committerthegeorg <[email protected]>2023-09-19 18:41:10 +0300
commit7b0fc6ec5239bf02080f3f3578371aec67d2e039 (patch)
tree9b169bb35fe9d69c0fac4678c460711a43b1a0da /build
parentbcefefa702db0dacd409df4b94f3374d3ea13d56 (diff)
Require explicit license for python contribs
Diffstat (limited to 'build')
-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 af86ef4724f..f358d4896be 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()
}
}