diff options
author | white <white@yandex-team.ru> | 2022-02-10 16:48:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:33 +0300 |
commit | 1deec8a9c76e6e1de330b5f0e86ec314e8bc6424 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 07e605281b8668ee96be851c998bc8220c2ba70d (diff) | |
download | ydb-1deec8a9c76e6e1de330b5f0e86ec314e8bc6424.tar.gz |
Restoring authorship annotation for <white@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/ymake.core.conf | 6 | ||||
-rw-r--r-- | contrib/python/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 99546d0739..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4984,12 +4984,12 @@ macro JAR_EXCLUDE(Filters...) { ### ### Multimodule describing Sandbox task (Python code that can be executed by Sandbox system). ### -### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries. -### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros. +### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries. +### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros. ### As PEERDIR target, it works like regular PY2_LIBRARY with predefined dependencies on Sandbox SDK to allow code reuse among SANDBOX_TASKs. ### ### Currently Sandbox supports only Python 2.x, so both variants will be compatible only with Python 2.x modules -### and will select multimodule variants accordingly. +### and will select multimodule variants accordingly. ### ### Documentation: https://wiki.yandex-team.ru/sandbox/tasks/binary multimodule SANDBOX_TASK { diff --git a/contrib/python/ya.make b/contrib/python/ya.make index fcf6d7211d..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -209,7 +209,7 @@ RECURSE( demjson Deprecated dictpath - diff-match-patch + diff-match-patch directio distro django @@ -257,7 +257,7 @@ RECURSE( django-guardian django-hosts django-http-proxy - django-import-export + django-import-export django-introspection django-jinja django-js-asset @@ -675,7 +675,7 @@ RECURSE( oauthlib objgraph observable - odfpy + odfpy Office365-REST-Python-Client olefile openapi-codec @@ -1048,7 +1048,7 @@ RECURSE( sympy sysv-ipc tableauserverclient - tablib + tablib tabulate tblib Telethon |