diff options
author | dimonb <dimonb@yandex-team.ru> | 2022-02-10 16:51:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:34 +0300 |
commit | 8a75725699911b96a10b853b0e368490caabd9b6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules | |
parent | 0959e6786557aa8a7d98ad19b17a61606550e64b (diff) | |
download | ydb-8a75725699911b96a10b853b0e368490caabd9b6.tar.gz |
Restoring authorship annotation for <dimonb@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_python.policy | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index e38920bb2a..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -90,14 +90,14 @@ DENY .* -> maps/contrib ALLOW contrib/deprecated/python/ruamel.ordereddict/tests -> contrib/deprecated/python/ruamel.ordereddict ALLOW contrib/python/ruamel.yaml -> contrib/deprecated/python/ruamel.ordereddict DENY .* -> contrib/deprecated/python/ruamel.ordereddict - + ALLOW vcs/hg/server -> contrib/deprecated/python/hgsubversion -DENY .* -> contrib/deprecated/python/hgsubversion - +DENY .* -> contrib/deprecated/python/hgsubversion + ALLOW sandbox/projects/CompareYmakeDump -> contrib/deprecated/python/diff2html ALLOW sandbox/projects/antirobot/DiffResources -> contrib/deprecated/python/diff2html ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/diff2html -DENY .* -> contrib/deprecated/python/diff2html +DENY .* -> contrib/deprecated/python/diff2html # Sophos SDK and engine are distributed under proprietary license hence # usage restriction @@ -196,9 +196,9 @@ ALLOW ads/libs/py_notifier -> contrib/deprecated/python/xmpppy ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/xmpppy DENY .* -> contrib/deprecated/python/xmpppy -ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl -DENY .* -> contrib/python/pyrepl - +ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl +DENY .* -> contrib/python/pyrepl + # because match with contrib/python/pycrypto ALLOW .* -> contrib/python/pycryptodome # pycrypto deprecated |