diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-19 00:17:21 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-19 00:17:21 +0300 |
commit | 18cf9444cf63cc6eecbf8951a996c27ddfeaa610 (patch) | |
tree | 2b4edded1b0278fbdc710ee37c4426d0269d70de /build/rules/contrib_python.policy | |
parent | c8109496007827bef95fcb1a207ccc34db0bb182 (diff) | |
download | ydb-18cf9444cf63cc6eecbf8951a996c27ddfeaa610.tar.gz |
intermediate changes
ref:3d42d3e5f72a02433553d9b97e95ae7d291c357a
Diffstat (limited to 'build/rules/contrib_python.policy')
-rw-r--r-- | build/rules/contrib_python.policy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 628ab86df43..88506b54cf6 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -107,7 +107,7 @@ 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/deprecated/python/backports.weakref +ALLOW contrib/deprecated/python/backports.tempfile -> contrib/deprecated/python/backports.weakref DENY .* -> contrib/deprecated/python/backports.weakref ALLOW contrib/python/thrift/tests -> contrib/python/thrift |