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 | |
parent | cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f (diff) | |
download | ydb-c07611d8b2a64ea3b39d2fc0479be3323dbf6388.tar.gz |
Restoring authorship annotation for <evpavlyuk@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 8 | ||||
-rw-r--r-- | contrib/python/ya.make | 12 |
2 files changed, 10 insertions, 10 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 diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 258509f361..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -274,7 +274,7 @@ RECURSE( django-netfields django-ninja django-object-actions - django-opentracing + django-opentracing django-partial-index django-pdb django-phonenumbers @@ -538,7 +538,7 @@ RECURSE( isodate isort itsdangerous - jaeger-client + jaeger-client janus jaraco.functools javaproperties @@ -686,9 +686,9 @@ RECURSE( openpyxl opensfm opentok - opentracing + opentracing opentracing-async-instrumentation - opentracing-instrumentation + opentracing-instrumentation opt-einsum option ordered-set @@ -1063,8 +1063,8 @@ RECURSE( texttable textwrap3 thinc - threadloop - thrift + threadloop + thrift timelib timeout-decorator tinycss2 |