diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /build/rules/contrib_python.policy | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/contrib_python.policy')
-rw-r--r-- | build/rules/contrib_python.policy | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 3b74d891d0..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -686,12 +686,12 @@ ALLOW quality/ab_testing/cofe/bin/lib/files/py3/cofe_kernel_yql -> contrib/pytho ALLOW yql/udfs/common/python/python3 -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW yql/udfs/common/python/python_arc -> contrib/python/sqlalchemy/sqlalchemy-1.2 DENY .* -> contrib/python/sqlalchemy/sqlalchemy-1.2 - -# As agreed in https://st.yandex-team.ru/CONTRIB-2183 -# (use contrib/python/marshmallow_dataclass instead) -ALLOW education/ -> contrib/python/dataclasses-json -DENY .* -> contrib/python/dataclasses-json - + +# As agreed in https://st.yandex-team.ru/CONTRIB-2183 +# (use contrib/python/marshmallow_dataclass instead) +ALLOW education/ -> contrib/python/dataclasses-json +DENY .* -> contrib/python/dataclasses-json + # https://st.yandex-team.ru/CONTRIB-2222 ALLOW browser/infra/.* -> contrib/python/hurry.filesize DENY .* -> contrib/python/hurry.filesize |