diff options
author | evpavlyuk <evpavlyuk@yandex-team.ru> | 2022-02-10 16:48:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:37 +0300 |
commit | c07611d8b2a64ea3b39d2fc0479be3323dbf6388 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build | |
parent | cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f (diff) | |
download | ydb-c07611d8b2a64ea3b39d2fc0479be3323dbf6388.tar.gz |
Restoring authorship annotation for <evpavlyuk@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_python.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 416c7fafd4..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -108,12 +108,12 @@ DENY .* -> contrib/libs/sophos # to start new projects on Py3 ALLOW contrib/python/backports.tempfile -> contrib/python/backports.weakref DENY .* -> contrib/python/backports.weakref - -ALLOW contrib/python/thrift/tests -> contrib/python/thrift -ALLOW contrib/python/jaeger-client -> contrib/python/thrift + +ALLOW contrib/python/thrift/tests -> contrib/python/thrift +ALLOW contrib/python/jaeger-client -> contrib/python/thrift ALLOW search/mon/wabbajack/libs/generated/iss3 -> contrib/python/thrift ALLOW search/mon/wabbajack/libs/modlib/api_wrappers/casher -> contrib/python/thrift -DENY .* -> contrib/python/thrift +DENY .* -> contrib/python/thrift ALLOW antiadblock/libs/tornado_redis -> contrib/python/toredis ALLOW yabs/amazon/cache_proxy -> contrib/python/toredis |