diff options
author | shorrty <shorrty@yandex-team.ru> | 2022-02-10 16:48:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:31 +0300 |
commit | f431f59842a429bb52a63e33370ce3107675b2e4 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 37633041b71a499c0fce28fa0a5c775915423be6 (diff) | |
download | ydb-f431f59842a429bb52a63e33370ce3107675b2e4.tar.gz |
Restoring authorship annotation for <shorrty@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 4 | ||||
-rw-r--r-- | contrib/python/ya.make | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 290afba152d..60fd1497533 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -261,7 +261,7 @@ DENY .* -> contrib/python/pymqi # https://st.yandex-team.ru/CONTRIB-1839 ALLOW datalens/backend/app/dls -> contrib/python/quart DENY .* -> contrib/python/quart - + # https://st.yandex-team.ru/CONTRIB-2012 ALLOW maps/geomarketing -> contrib/python/facebook-business ALLOW sandbox/projects/maps/geomarketing -> contrib/python/facebook-business @@ -272,7 +272,7 @@ ALLOW statbox/statkey -> contrib/python/facebook-business ALLOW quality/ab_testing/cofe/bin/lib/files/py3/cofe_kernel_yql -> contrib/python/facebook-business DENY .* -> contrib/python/facebook-business -# https://st.yandex-team.ru/CONTRIB-1954 +# https://st.yandex-team.ru/CONTRIB-1954 ALLOW contrib/python/glom -> contrib/python/face$ DENY .* -> contrib/python/face$ diff --git a/contrib/python/ya.make b/contrib/python/ya.make index e08ff207971..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -115,7 +115,7 @@ RECURSE( blinker blis bokeh - boltons + boltons boolean.py bootstrapped boto @@ -157,7 +157,7 @@ RECURSE( click-repl clickhouse-cityhash clickhouse-driver - clickhouse-sqlalchemy + clickhouse-sqlalchemy cloudpickle color colorama @@ -349,7 +349,7 @@ RECURSE( ExifRead extractcode fabric - face + face facebook-business factory-boy Faker @@ -442,16 +442,16 @@ RECURSE( github3.py GitPython glob2 - glom + glom goerr google-api-core google-api-python-client google-auth google-auth-httplib2 - google-auth-oauthlib + google-auth-oauthlib google-cloud-speech google-pasta - googleads + googleads gpxpy GPy GPyOpt |