diff options
author | evpavlyuk <evpavlyuk@yandex-team.ru> | 2022-02-10 16:48:36 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:36 +0300 |
commit | cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f (patch) | |
tree | f5eb7309cf0b92edf402699c0a25c1df2edc3701 | |
parent | 9019e98b34b6b5c7743be171ed36be593f58552f (diff) | |
download | ydb-cf1fb3db1e9dcc1f52953b0b13008dca3bf3341f.tar.gz |
Restoring authorship annotation for <evpavlyuk@yandex-team.ru>. Commit 1 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 60fd149753..416c7fafd4 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 d01ced9f3a..258509f361 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 |