diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-18 22:14:46 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-18 22:14:46 +0300 |
commit | 13fd0b342318abc69aa501d6b000c797b74b5e45 (patch) | |
tree | 83cdd5b08d66e454de1974f8e8cfe88ffe041b9b | |
parent | 23c83f7949c048ea4b9e7c237fbe8f222473b590 (diff) | |
download | ydb-13fd0b342318abc69aa501d6b000c797b74b5e45.tar.gz |
intermediate changes
ref:855112e73bc611586c170487f85439879899fd50
-rw-r--r-- | build/rules/contrib_python.policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 568a8516c6..628ab86df4 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -107,8 +107,8 @@ DENY .* -> contrib/libs/sophos # contrib/python/backports should not be used in new projects because we want # to start new projects on Py3 -ALLOW contrib/python/backports.tempfile -> contrib/python/backports.weakref -DENY .* -> contrib/python/backports.weakref +ALLOW contrib/python/backports.tempfile -> contrib/deprecated/python/backports.weakref +DENY .* -> contrib/deprecated/python/backports.weakref ALLOW contrib/python/thrift/tests -> contrib/python/thrift ALLOW contrib/python/jaeger-client -> contrib/python/thrift |